Articles about jwt on Dévoreur 2 Code

Setup JWT for a React Django app in minutes

How to setup JWT in a project with a React frontend and a Django backend in minutes.

6/25/2021

Written by Fabien Schlegel

Fabien Schlegel

Introduction to JWT

A JWT (JSON Web token) is an access token which contains all the information to communicate securely between two parties. JWTs are mainly used for identification operations and the management of user access rights.

6/17/2021

Written by Fabien Schlegel

Fabien Schlegel