pub async fn auth_layer(req: Request<Body>, next: Next) -> Response
Tower/axum layer function: consults strategies in config order and stores the first resolved AuthIdentity in request extensions.
AuthIdentity