Topic: extension dev: xsrf/csrf
Hi
I'm working on an extension that takes user input and I want to make sure it is safe from XSRF/CSRF attacks. I understand punbb has its own methods to secure it from such attacks, is there any way I might use these or should I implement my own?