Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BackendAuthenticationMiddleware

A base authentication strategy that handles 90% of the authentication process. This will verify that the token hasn't been manipulated or tainted. The authenticate API must be implemented by subclasses to further validate the token data for their specific use cases.

Hierarchy

  • BackendAuthenticationMiddleware

Index

Constructors

Methods

Constructors

constructor

Methods

execute

  • execute(request: Request, response: Response, options?: any): Promise<any>

Generated using TypeDoc