martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
405 stars 23 forks source link

Use csrf session #150

Closed treagod closed 7 months ago

treagod commented 7 months ago

This PR adds the option to store the CSRF token in a session. The session key is also changeable, but set to csrftoken by default.

Closes #66