Skip to main content

Module authentication

Module authentication 

Source
Expand description

Supporting authentication data types.

Credentials, metadata, and MFA primitives used as inputs to the core framework. Import specific types rather than the module wildcard. Authentication modules

This module provides various authentication mechanisms including advanced authentication, multi-factor authentication, and credential management.

This is a supporting module for auth-related data types and helpers. Most applications should start from crate::AuthFramework or crate::prelude rather than treating this as a parallel framework entry point.

Re-exports§

pub use advanced_auth::*;
pub use credentials::*;
pub use mfa::*;

Modules§

advanced_auth
Delegation, ABAC, Resource Mapping, and Backup Code Management Core data models and traits for advanced authorization features
credentials
Credential types for various authentication methods.
mfa
Multi-Factor Authentication (MFA) implementation.