Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication middleware for SaaS domain management.

Supports both JWT and API key authentication.

Structs§

Auth
Extractor for AuthContext from request extensions.
AuthContext
Authentication context extracted from the request.
SaasAuthLayer
SaaS authentication layer state.

Enums§

AuthError
Authentication errors.
AuthType
Type of authentication used.

Functions§

auth_middleware
Authentication middleware function.