Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Middleware Functions

  • _authenticationMiddlewareFactory(getAuthSessionId: (req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => undefined | string, validateAuthSessionId: (context: DvelopContext) => Promise<DvelopUser>): (req: Request, _: Response, next: NextFunction) => Promise<void>
  • _getAuthSessionIdFromRequestDefaultFunction(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>): string | undefined

Other Functions

  • _redirectToLoginPageFactory(getLoginRedirectionUri: (sucessUri: string) => string): (req: Request, res: Response) => void

Generated using TypeDoc