Creates an instance of the AuthMiddleware.
The SecureAuthService used for authentication and user validation.
Private
Readonly
authThe SecureAuthService used for authentication and user validation.
Middleware function to handle JWT and OAuth2 authentication.
The Express Request object.
The Express Response object.
The NextFunction to continue the middleware chain.
use
Generated using TypeDoc
Injectable middleware responsible for handling JWT and OAuth2 authentication.
Name
AuthMiddleware
Implements