/// Authentication and authorization primitives.
///
/// Provides password hashing (argon2id), JWT token management with algorithm
/// pinning, and Axum extractors for deny-by-default route protection.
/// Axum extractors for deny-by-default route protection.
/// JWT token creation and validation.
/// Password hashing and verification (argon2id).
pub use ;
pub use Claims;