Skip to content

Instantly share code, notes, and snippets.

@r-moeritz
Created June 16, 2011 19:24
Show Gist options
  • Save r-moeritz/1030024 to your computer and use it in GitHub Desktop.
Save r-moeritz/1030024 to your computer and use it in GitHub Desktop.
hello jwt in clojure : project.clj
(defproject jwt-examples "0.1.0"
:description "Clojure versions of JWT example programs"
:dependencies [[org.clojure/clojure "1.2.1"]
[jetty-wrapper "0.1.1"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment