套件: libring-anti-forgery-clojure (1.1.0-1.1)
libring-anti-forgery-clojure 的相關超連結
Trisquel 的資源:
下載原始碼套件 ring-anti-forgery-clojure:
- [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]
維護者:
Original Maintainers:
- Debian Java Maintainers (郵件存檔)
- Apollon Oikonomopoulos
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 libring-anti-forgery-clojure 有關的套件
|
|
|
-
- 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