Module validate_authorization
Expand description
Authorize requests using ValidateRequest.
Structsยง
- Http
Authorizer - Utility type to allow you to use any
Authorizerthat works withCredentialsto authorize theAuthorizationheader, and returnStatusCode::UNAUTHORIZEDresponse withheader::WWW_AUTHENTICATEfor unauthorized request, tracing the original error for your convenience.