DDivakarindivakar29.hashnode.dev·May 5 · 4 min readAuthentication Using JWTFor any application or product authentication is necessary. Authentication tells us who is the user, who is sending the request. Every application uses authentication. Authentication can be of two typ00
RSRitu Soodinnodejs-jwt-authentication.hashnode.dev·Apr 30 · 5 min readJWT Authentication in Node.js Explained Simply Authentication is one of the most important parts of modern web applications. Whenever users log in to a website or mobile app, the system needs a secure way to verify their identity. One of the most 00