Liking cljdoc? Tell your friends :D

clj-pkg.auth


deep-mergeclj

(deep-merge a & maps)
source

handlersclj

(handlers options)
source

middlewareclj

(middleware options)

Middleware used in routes that require authentication. If request is not authenticated a 401 not authorized response will be returned

Middleware used in routes that require authentication. If request is not
authenticated a 401 not authorized response will be returned
sourceraw docstring

refresh-tokenclj

(refresh-token auth-opts claims)
source

run-dev-oauth2clj

(run-dev-oauth2 {:keys [providers]})

DevAuth makes dev oauth2 server, for testing and development only!

DevAuth makes dev oauth2 server, for testing and development only!
sourceraw docstring

stop-dev-oauth2clj

(stop-dev-oauth2 server)
source

unauthorizedclj

(unauthorized body)
source

update-user-middlewareclj

(update-user-middleware user-updater-fn)
source

user-handlerclj

(user-handler req)
source

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

× close