Fork me on GitHub
#reagent
<
2016-08-15
>
sandbags21:08:50

Hrmm… I’ve built a questionnaire app using reagent and the reagent template. I want to post results back to the compojure app to process and generate a report but I’m falling afoul of anti-forgery. Any advice on how to pass the token from the ring side to the reagent side?

sandbags21:08:19

the most obvious thing i could think of was to stick it in a meta tag from the ring side but that’s not working for reasons that are not obvious to me (I am finding the anti-forgery-token var unbound)