Class SecureAuthModule

NestJS module for secure authentication and authorization.

Exports

Hierarchy

  • SecureAuthModule

Constructors

Methods

Constructors

Methods

  • Registers the SecureAuthModule with optional configuration options for JWT and other authentication-related settings.

    Parameters

    • Optional options: AuthConfig

      Configuration options for authentication.

    Returns DynamicModule

    • The registered SecureAuthModule with the provided options.

    Static

Generated using TypeDoc