[ Bron: ring-anti-forgery-clojure ]
Pakket: libring-anti-forgery-clojure (1.1.0-1.1)
Verwijzigingen voor libring-anti-forgery-clojure
Debian bronnen:
Het bronpakket ring-anti-forgery-clojure downloaden:
- [ring-anti-forgery-clojure_1.1.0-1.1.dsc]
- [ring-anti-forgery-clojure_1.1.0.orig.tar.gz]
- [ring-anti-forgery-clojure_1.1.0-1.1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan libring-anti-forgery-clojure gerelateerde pakketten
|
|
|
|
-
- dep: libclojure-java
- Lisp dialect for the JVM (library)
-
- dep: libcrypto-equality-clojure
- Clojure library protecting against timing attacks
-
- dep: libcrypto-random-clojure
- secure random generator for Clojure
-
- dep: libhiccup-clojure
- fast library for rendering HTML in Clojure