Tallwave / auth-boilerplate

MIT License
3 stars 2 forks source link

Require refreshed login in (cookie, JWT) for sensitive CRUD routes #11

Open TinaHeiligers opened 6 years ago

TinaHeiligers commented 6 years ago

For end user actions such as payments, deletion of items, item addition etc, a fresh login token needs to be generated. We need to help the end user out by ensuring they are the ones actually making sensitive changes that, if done by someone that should not actually be authorized, would be harmful to the end user.