bradcypert / porios

Connecting people through podcasts.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication

bradcypert opened this issue · comments

commented

Server needs to allow users to login. Once logged in, we'll provide a token to the client side that is unique.

Subsequent requests will pass in the token and we'll authenticate the tokens.

commented

/login will take in email, password and generate an auth token for you. You'll need to pass the token on most future requests, but can pass it in on any requests.