Crate mas_axum_utils

Source

Re-exports§

pub use self::error_wrapper::ErrorWrapper;
pub use self::fancy_error::FancyError;
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.