Function torrust_index_backend::web::api::v1::auth::parse_token
source · pub fn parse_token(authorization: &HeaderValue) -> String
Expand description
Parses the token from the Authorization
header.
pub fn parse_token(authorization: &HeaderValue) -> String
Parses the token from the Authorization
header.