(interactive-error-handler
{:keys [unauthorized-handler unauthenticated-handler]
:or {unauthorized-handler default-unauthorized-handler
unauthenticated-handler default-unauthenticated-handler}
:as config})
Redirects user to the login page and sets return
parameter of the redirect URL.
Redirects user to the login page and sets `return` parameter of the redirect URL.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close