パッケージ: 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