Liking cljdoc? Tell your friends :D

s4.auth


authenticating-handlerclj

(authenticating-handler handler {:keys [auth-store]})

Create an asynchronous ring handler that authenticates requests before passing them on to handler.

The auth-store key should be a s4.auth.protocols/AuthStore for resolving secret keys based on access keys.

Create an asynchronous ring handler that authenticates
requests before passing them on to `handler`.

The `auth-store` key should be a [[s4.auth.protocols/AuthStore]]
for resolving secret keys based on access keys.
sourceraw docstring

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

× close