Sessions, Cookies, and JWT — Understanding Authentication in Node.js
Every web application eventually asks the same question: how do I know who this person is?
HTTP doesn't help. It's stateless by design — each request arrives with no memory of anything that came befor
blog-about-web-dev.hashnode.dev13 min read