pub fn extract_basic_auth<F>(req: &ServiceRequest, verify: F) -> Option<User>Expand description
Extracts credentials from HTTP Basic Authentication header.
ยงSpring Security Equivalent
BasicAuthenticationFilter
Parses the Authorization: Basic <base64(username:password)> header.