Skip to main content

Class: ExpressAuthPlugin

Methods

register

register(app): void

Registers the authentication plugin onto your express server, creating routes that will allow the tokenizer to bootstrap a session off of yours

Parameters

NameTypeDescription
appRouterYour instance of Express or an Express Router.

Returns

void

Defined in

lunadefend/js/sdks/packages/node-sdk/src/express-auth-plugin/index.ts:166