simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

Server Side CSRF Protection #46

Open confile opened 10 years ago

confile commented 10 years ago

I tried to use Server Side CSRF Protection like it is recommended here:

http://www.gwtproject.org/doc/latest/DevGuideSecurityRpcXsrf.html

Do you have any idea how to combine it with your plugin? How can I integrate it?

Thank you for help.

confile commented 10 years ago

@daviddawson I use GWTP and want to use CSRF Protection on server side too: https://github.com/ArcBees/GWTP/wiki/CSRF-Protection

How would you do CSRF protection on Grails server?