Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 570 Bytes

README.markdown

File metadata and controls

14 lines (7 loc) · 570 Bytes

Buddy Test

An example of using Buddy for auth with Clojure, accompanying this blog post.

This is a fork of Adam Bard's most excellent tutorial on integrating buddy with your web application. The main difference here is we've integrated Leiningen with his example.

Note that this is rather barebone compojure integration. So it's light and can easily be integrated into another compojure-flavored ring application flow.

TODO

  • Add tutorial on multiple users
  • Add tutorial on rest/api