SwiftkickWeb / FOODweek

Code for the meal planning app, Food Week
http://www.foodweek.me
0 stars 0 forks source link

Apply Anti-CSRF Token to GET Requests #124

Open jon-athan-hall opened 7 years ago

jon-athan-hall commented 7 years ago

Rails automatically includes the use of tokens for POST, DELETE, PATCH, but does not use the token for GET requests. It is a good idea to set this up for GET requests also.

Since Rails is already doing some of the work, I'm not categorizing this as 1.0 necessary.

Bonus, new word I learned that looks like a typo of a fake word: idempotent.