Expand description
Authentication and authorization.
Feature flags
The following optional features are available:
| Name | Description | Default? |
|---|---|---|
auth-oauth2 | Enables the integration with oauth2. | No |
auth-oidc | Enables the integration with openidconnect. | No |
auth-totp | Enables the integration with totp-rs. | No |
Structs
- Access key ID.
- HTTP signature using HMAC.
- Credentials for the client authentication.
- JWT Claims.
- OAuth2Client
auth-oauth2OAuth2 client. - OidcClient
auth-oidcOpenID Connect client. - Secrect access key.
- Security token.
- Session Identification URI. See the spec.
- Role-based user sessions.
Traits
- A server which provides authorization services.
Type Aliases
- HMAC key type for JWT.