WISVCH / events

Registration for CH events (lectures, workshops, excursions, ...)
https://ch.tudelft.nl/events/
7 stars 10 forks source link

The /checkout endpoint should ignore CSRF #496

Closed ThomBreugelmans closed 3 months ago

ThomBreugelmans commented 3 months ago

I believe this endpoint should not be under CSRF protection. If it is, then first time users or people who have not used the application in a while will get an error page when trying to checkout the first time, which is not intended.

The issue and reasoning for adding this to the ignore filter has been discussed in issue #492 .

fixes #492