I'm using cookie session, but was also wanting to ...
# ktor
m
I'm using cookie session, but was also wanting to implement some sort of CSRF protection -- are there any recommended ways of doing that at present that work alongside Ktor's session support?
d
IIRC @mp did a feature for that <-- https://bitbucket.org/marshallpierce/ktor-csrf
👍 1
m
ace, I'll check it out
m
Let me know if you have feedback 🙂