Liking cljdoc? Tell your friends :D

ring.middleware.authorization


authorization-requestclj

(authorization-request request)

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

Parses Authorization header in the request map. See: wrap-authorization.
sourceraw docstring

wrap-authorizationclj

(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:

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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close