Skip to main content

Crate rs_auth_axum

Crate rs_auth_axum 

Source
Expand description

Axum HTTP integration for rs-auth.

Provides handlers, extractors, middleware, cookie helpers, and a pre-built auth_router for mounting authentication endpoints.

Re-exports§

pub use router::auth_router;
pub use state::AuthState;

Modules§

cookie
error
extract
handlers
middleware
router
state