Skip to content

Instantly share code, notes, and snippets.

Created April 22, 2014 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/aa3cd2c198200d6e79e9 to your computer and use it in GitHub Desktop.
Save anonymous/aa3cd2c198200d6e79e9 to your computer and use it in GitHub Desktop.
(def app
(-> (handler/site
(friend/authenticate
app-routes
{:credential-fn (partial creds/bcrypt-credential-fn (admins-for-login))
:login-uri "/admin/login"
:workflows [(workflows/interactive-form)]}))
(wrap-resource "public")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment