Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ signToken
Function
signToken
packages/auth-server/src/server/tokens.ts:39–41 ·
view source on GitHub ↗
(user: any)
Source
from the content-addressed store, hash-verified
37
}
38
39
export
async
function
signToken(user: any) {
40
return
encode(user);
41
}
42
43
export
async
function
verifyToken(token: string) {
44
return
decode(token);
Callers
2
CreateRouter
Function · 0.90
refreshTokenAction
Function · 0.85
Calls
1
encode
Function · 0.85
Tested by
no test coverage detected