JWT (JSON Web Token)
What JWT is used for?
A JWT is used for authorisation, authorisation is making sure that the user that sends a request to your server is the same user that actually logged in during the authentication process.
it's authorizing that a user is an acces...
shubhamyadav.hashnode.dev5 min read