Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantiaAI/helm-agents
/ hashRefreshToken
Function
hashRefreshToken
apps/api/src/auth/token.ts:57–59 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
55
}
56
57
export
function
hashRefreshToken(token: string): string {
58
return
createHash(
"sha256"
).update(token).digest(
"hex"
);
59
}
Callers
4
refresh
Method · 0.85
logout
Method · 0.85
token.spec.ts
File · 0.85
generateRefreshToken
Function · 0.85
Calls
1
update
Method · 0.45
Tested by
no test coverage detected