Source: ring-anti-forgery-clojure Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Apollon Oikonomopoulos Build-Depends: debhelper (>= 10), javahelper (>= 0.32), maven-repo-helper (>= 1.7), clojure (>= 1.8), libtext-markdown-perl | markdown, libcrypto-random-clojure (>= 1.2.0), libcrypto-equality-clojure (>= 1.0.0), libhiccup-clojure (>= 1.0.5), libring-mock-clojure (>= 0.3.0), default-jdk-headless Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/ring-anti-forgery-clojure.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/ring-anti-forgery-clojure.git Homepage: https://github.com/ring-clojure/ring-anti-forgery Package: libring-anti-forgery-clojure Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Ring middleware to prevent CSRF attacks ring-anti-forgery is a Ring middleware that prevents CSRF attacks via a randomly-generated anti-forgery token. By default, any request that isn't a HEAD or GET request will require an anti-forgery token, or an "access denied" response will be returned. The token is bound to the session, and accessible via the "anti-forgery-token" variable.