Skip to main content

Crate authx_axum

Crate authx_axum 

Source

Re-exports§

pub use csrf::CsrfConfig;
pub use csrf::csrf_middleware;
pub use errors::AuthErrorResponse;
pub use extractors::AuthRejection;
pub use extractors::RequireAuth;
pub use extractors::RequireRole;
pub use handlers::AuthxState;
pub use middleware::SessionLayer;
pub use oidc::OidcFederationState;
pub use oidc::OidcProviderState;
pub use oidc::oidc_federation_router;
pub use oidc::oidc_provider_router;
pub use rate_limit::RateLimitConfig;
pub use rate_limit::RateLimitLayer;
pub use webauthn::webauthn_router;

Modules§

cookies
csrf
errors
extractors
handlers
middleware
oidc
OIDC Provider and Federation route handlers for authx-axum.
rate_limit
webauthn