MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getTokenHashSecret

Function getTokenHashSecret

packages/server/src/enterprise/utils/authSecrets.ts:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72export function getTokenHashSecret(): string {
73 if (tokenHashSecret === undefined) throw new Error(NOT_INITIALIZED)
74 return tokenHashSecret
75}
76
77export function getExpressSessionSecret(): string {
78 if (expressSessionSecret === undefined) throw new Error(NOT_INITIALIZED)

Callers 2

encryptTokenFunction · 0.90
decryptTokenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected