bradcypert / porios

Connecting people through podcasts.

Home Page:http://www.porios.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login route && Auth.

bradcypert opened this issue · comments

commented

/login needs to return an auth token.

The auth token can be passed in on subsequent requests and will be checked to be a valid user.

This needs to be checked on any data creation and any sensitive data.

All POST, PATCH, DELETE and PUT requests need to be wrapped in this check.

commented

Closing as a duplicate of #11 .