#jwt
Read more stories on Hashnode
Articles with this tag
In my previous post, I explained what the JWT are. Today I will show you how to use it in a project with a React frontend and a Django backend. The...
What is JWT It's an open standard defined by RFC 7519. A JWT (JSON Web token) is an access token which contains all the information to communicate...