Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ apiKey.test.ts
File
apiKey.test.ts
packages/server/src/utils/apiKey.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ compareKeys, generateAPIKey, generateSecretHash } from
'./apiKey'
2
3
describe(
'Api Key'
, () => {
4
it(
'should be able to generate a new api key'
, () => {
Callers
nothing calls this directly
Calls
3
generateAPIKey
Function · 0.90
generateSecretHash
Function · 0.90
compareKeys
Function · 0.90
Tested by
no test coverage detected