knownasilya / just-auth

Simple token based authentication for Express.js
ISC License
3 stars 0 forks source link

it doesn't do anything when you login... #5

Closed calvinmetcalf closed 9 years ago

calvinmetcalf commented 9 years ago

probably set a token on the cookie, and maybe a session

knownasilya commented 9 years ago

It sends a token back to the user, which is to be used via Authorization: Bearer [token] on the user's side. It's the clients job to store the token on it's end, either cookie or session/local storage