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

Function getSecureTokenLink

packages/server/src/enterprise/utils/url.util.ts:60–63  ·  view source on GitHub ↗
(path: string, token: string)

Source from the content-addressed store, hash-verified

58 * @returns Secure URL with token parameter
59 */
60export function getSecureTokenLink(path: string, token: string): string {
61 const baseUrl = getSecureAppUrl(path)
62 return `${baseUrl}?token=${encodeURIComponent(token)}`
63}

Callers 6

url.util.test.tsFile · 0.90
createRegisterAccountMethod · 0.90
saveInviteAccountMethod · 0.90
forgotPasswordMethod · 0.90
initiateEmailChangeMethod · 0.90

Calls 1

getSecureAppUrlFunction · 0.85

Tested by

no test coverage detected