Using JWT for Authentication in a MERN Backend
What is JWT and Why Use It?
JWT (JSON Web Token) is an open standard used to securely transmit information between parties as a JSON object. It is commonly used for authentication and authorization.
Authentication: Verifies who the user is.
Authori...
surajitdas.hashnode.dev4 min read