MCPcopy 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
246function hashToken(token: string): string {
247 return createHash("sha256").update(token).digest("base64url");
248}

Callers 1

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected