bodgery / bodgery-member-api

1 stars 1 forks source link

Implement CSRF protection #6

Closed frezik closed 5 years ago

frezik commented 5 years ago

Any calls from the frontend that change state (basically, anything that makes a PUT or POST call) needs to be protected by CSRF. Calls made via an OAuth token should not check for a CSRF.