ring.middleware.authorization

authorization-request

(authorization-request request)
Parses Authorization header in the request map. See: wrap-authorization.

wrap-authorization

(wrap-authorization handler)
Parses the Authorization header in the request map, then assocs the result
to the :authorization key on the request.

See RFC 7235 Section 2 and RFC 9110 Section 11:
* https://datatracker.ietf.org/doc/html/rfc7235#section-2
* https://datatracker.ietf.org/doc/html/rfc9110#section-11