1 2 3 4 5 6 7 8 9 10
//! Axum middleware layers. //! //! # Modules //! //! * [`unkey`] (requires the `unkey` feature) – Tower middleware that authenticates //! requests by verifying the `Authorization: Bearer` token against the //! [Unkey](https://unkey.com) API. #[cfg(feature = "unkey")] pub mod unkey;