MCPcopy 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
57export function hashRefreshToken(token: string): string {
58 return createHash("sha256").update(token).digest("hex");
59}

Callers 4

refreshMethod · 0.85
logoutMethod · 0.85
token.spec.tsFile · 0.85
generateRefreshTokenFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected