Discussion:
[Stripes-users] Cross site request forgery prevention?
Robert Nicholson
2017-05-31 13:33:28 UTC
Permalink
In Stripes are there any examples or approaches where you use a token on the server side and ensure that this same token
is rendered back to the client so that it can be provided and checked on every GET/POST request?
Daniil S
2017-05-31 14:32:10 UTC
Permalink
I've created something for our company and made a public version as well
- https://github.com/SirDaniil/StripesCSRF
It may work for you.
Post by Robert Nicholson
In Stripes are there any examples or approaches where you use a token on the server side and ensure that this same token
is rendered back to the client so that it can be provided and checked on every GET/POST request?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Stripes-users mailing list
https://lists.sourceforge.net/lists/listinfo/stripes-users
Loading...