DEV Community

Imran Khan
Imran Khan

Posted on

Building a Node.js Auth API: JWT, Bcrypt & Cookies

Built a small Auth API in Node.js while learning authentication & authorization. Explored JWT, stateful vs stateless sessions, bcrypt, and storing tokens in cookies. Simple to implement, Very exited to implement this in big projects!

https://github.com/imrancodes/Auth-API

Top comments (0)