Liking cljdoc? Tell your friends :D

slipway.auth


configuratorclj

(configurator server
              {:keys [auth-method login-uri login-retry-uri constraint-mappings]
               :as opts})

default-login-redirectclj

(default-login-redirect target
                        request
                        {:keys [login-uri login-retry-uri post-login-uri-attr]})

When logging in we have some special cases to consider with the post-login uri

When logging in we have some special cases to consider with the post-login uri
raw docstring

login-servicecljmultimethod


maybe-logoutclj

(maybe-logout base-request opts)

Invalidate the session IFF the URI is /logout

Invalidate the session IFF the URI is /logout
raw docstring

userclj

(user req)

Derive user credentials (name + roles) from a base jetty request

Derive user credentials (name + roles) from a base jetty request
raw docstring

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

× close