Fork me on GitHub
#ring
<
2021-11-18
>
pip04:11:29

hey, i’m trying to figure out why the csrf token that’s returned in the header of a request in my app stopped matching the one in [:session :ring.middleware.anti-forgery/anti-forgery-token]. it’s my understanding that ring-anti-forgery checks against the session map with the token embedded in the html and returned to server in a request (using the luminus template). any idea why it would be different? using buddy for sessions

Akiz07:12:49

Maybe some middleware is interfering?