//! Authentication extractors.
//!//! This module provides extractors for authentication-related data from requests.
modbearer;// Only the native-only JWT authenticator consumes this helper directly.
#[cfg(all(feature ="jwt",not(target_arch ="wasm32")))]pub(crate)usebearer::parse_bearer;pubusebearer::{BearerToken, BearerTokenError};