diff --git a/project.clj b/project.clj index d106a9f..d69830c 100644 --- a/project.clj +++ b/project.clj @@ -16,6 +16,7 @@ [com.taoensso/encore "2.91.1"] [lib-noir "0.9.9" :exclusions [org.clojure/tools.reader]] [com.cemerick/url "0.1.1"] + [ring/ring-anti-forgery "1.1.0"] [ring-server "0.4.0"] [selmer "1.10.9"] [org.clojure/tools.logging "0.4.0"] diff --git a/resources/templates/auth.html b/resources/templates/auth.html index abb8385..87ffbe2 100644 --- a/resources/templates/auth.html +++ b/resources/templates/auth.html @@ -2,6 +2,7 @@ {% block content %}