How to Use JWT Authentication with Django REST Framework ¶
See also
Introduction ¶
JWT stand for JSON Web Token and it is an authentication strategy used by client/server applications where the client is a Web application using JavaScript and some frontend framework like Angular, React or VueJS.