ring-api-key-middleware/project.clj

8 lines
394 B
Clojure
Raw Normal View History

2017-11-03 15:02:29 +00:00
(defproject threatgrid/ring-api-key-middleware "0.1.1-SNAPSHOT"
2017-10-30 15:38:37 +00:00
:description "A simple middleware to deal with API keys Authentication"
:url "http://github.com/threatgrid/ring-api-key-middleware"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo}
:dependencies [[org.clojure/clojure "1.8.0"]])