MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / parseAuthCode

Function parseAuthCode

freebuff/web/src/app/onboard/_helpers.ts:115–121  ·  view source on GitHub ↗
(authCode: string)

Source from the content-addressed store, hash-verified

113}
114
115export function parseAuthCode(authCode: string): {
116 fingerprintId: string
117 expiresAt: string
118 receivedHash: string
119} {
120 return parseCliAuthCodeShape(authCode)
121}
122
123export function validateAuthCode(
124 receivedHash: string,

Callers 3

OnboardFunction · 0.90
helpers.test.tsFile · 0.90
LoginPageFunction · 0.90

Calls 1

parseCliAuthCodeShapeFunction · 0.90

Tested by

no test coverage detected