Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ generateState
Function
generateState
src/services/oauth/crypto.ts:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
generateState(): string {
22
return
base64URLEncode(randomBytes(32))
23
}
24
Callers
nothing calls this directly
Calls
1
base64URLEncode
Function · 0.85
Tested by
no test coverage detected