kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
275 stars 40 forks source link

does kcgi have any built-in support for csrf_tokens? #112

Open chrisbare opened 3 months ago

chrisbare commented 3 months ago

I was just wondering if checking the token might be part of form processing, or if I have to do it all in my application.