Skip to main content

Function: bootstrapAuth()

bootstrapAuth(engineCore, context, envVars, features): Promise<void>

Bootstrap the JWT signing key.

Parameters

engineCore

IEngineCore

The engine core for the node.

context

IEngineCoreContext<IEngineServerConfig, INodeEngineState>

The context for the node.

envVars

INodeEnvironmentVariables

The environment variables for the node.

features

NodeFeatures[]

The features that are enabled on the node.

Returns

Promise<void>