Skip to main content
login bootstrap ui

User Authentication using JWT (JSON Web Token) with Node.js

I have already shared tutorials to authenticate user using MySQL with express, that was a simple authentication process using session, but nowadays front-end and back-end use a different application, so we have two layers one front-end and second for back-end, both applications is communication using restful service, so the main question is how to identify the user is authenticated(Real user) in a stateless application.

Read More