Re-exports§
pub use self::error_wrapper::ErrorWrapper;pub use self::fancy_error::GenericError;pub use self::fancy_error::InternalError;pub use self::session::SessionInfo;pub use self::session::SessionInfoExt;pub use axum;
Modules§
- client_
authorization  - cookies
 - Private (encrypted) cookie jar, based on axum-extra’s cookie jar
 - csrf
 - error_
wrapper  - fancy_
error  - jwt
 - language_
detection  - sentry
 - session
 - user_
authorization  
Macros§
- record_
error  - Record an error. It will emit a tracing event with the error level if matches the pattern, warning otherwise. It also returns the Sentry event ID if the error was recorded.