Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Packstack-Tech/packstack
/ getDecoded
Method
getDecoded
frontend/src/lib/jwt.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
getDecoded(): DecodedToken | null {
53
return
this.tokenPayload;
54
}
55
56
private setTokenIfValid(t: string) {
57
try {
Callers
2
AppContext.tsx
File · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected