ring

2019-11-20T14:13:33.038200Z

Does anyone know of if there’s a set of CSRF middleware that is split into two middlewares, one for providing the token, and the other for enforcing it? It’s a problem for us that https://github.com/ring-clojure/ring-anti-forgery complects these two responsibilities into one middleware.