knownasilya/just-auth

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

Closed this issue · 1 comments

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

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