MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / isTokenValid

Function isTokenValid

apps/client/src/code/auth/tokens.ts:88–90  ·  view source on GitHub ↗
(expirationDate: Date)

Source from the content-addressed store, hash-verified

86}
87
88export function isTokenValid(expirationDate: Date): boolean {
89 return new Date() < expirationDate;
90}

Callers 1

isClientTokenValidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected