Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
export
function
isTokenValid(expirationDate: Date): boolean {
89
return
new
Date() < expirationDate;
90
}
Callers
1
isClientTokenValid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected