Sessions vs JWT vs Cookies: Understanding Authentication Approaches
What is a cookie?
A cookie is just a small piece of text your browser stores and automatically sends to a server with every request. That's it. It's a transport mechanism a way to carry data between b
saurabh-ravte.hashnode.dev3 min read