Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ setJwtToken
Function
setJwtToken
packages/auth-client/src/client/utils.ts:139–142 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
137
}
138
139
export
function
setJwtToken(token: string) {
140
if
(typeof window ===
'undefined'
)
return
;
141
localStorage.setItem(
'jwt'
, token);
142
}
Callers
1
fetchData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected