Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Waishnav/devspace
/ hashToken
Function
hashToken
src/oauth-store.test.ts:246–248 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
244
}
245
246
function
hashToken(token: string): string {
247
return
createHash(
"sha256"
).update(token).digest(
"base64url"
);
248
}
Callers
1
testPersistenceAndTokenHashing
Function · 0.70
Calls
1
update
Method · 0.65
Tested by
no test coverage detected