Tallwave / auth-boilerplate

MIT License
3 stars 2 forks source link

Implement JWT auth #8

Closed TinaHeiligers closed 6 years ago

TinaHeiligers commented 6 years ago

Required for handling and email (as username) and password login. We'll be generating the JWT from the user id and their username and sending that as the cookie token back to the client.

TinaHeiligers commented 6 years ago

Done