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
The environment variables for the node.
features
The features that are enabled on the node.
Returns
Promise<void>