Using JSON Web Tokens for authentication in NodeJS
When we are creating a website that requires user authentication and authorization and then only show the protected data to the user there are several ways to do that.
1) Local Storage
2) Session Storage
3) HttpOnly Cookies
Firstly we have to create...
developer20.hashnode.dev3 min read