arcynum / tiramisu

Java web application framework, using servlets and a custom URL routing system.
Other
1 stars 0 forks source link

CSRF Token System #7

Open arcynum opened 8 years ago

arcynum commented 8 years ago

Need to build a CSRF token system into the application to prefer forms from arriving from unknown locations.

Tokens should be one use only, at which time a new token is generated. Each token should live for a fixed amount of time (around 30 minutes default).