Skip to content
Tuto Django (2023-03-13 18H (Europe/Paris)) How to Use JWT Authentication with Django REST Framework
Type to start searching
Tuto Django
  • Index
  • Awsome Django
  • Tuto HTMX
  • Tuto HTTP
  • Tuto devops
  • Tools
  • Django packages
  • Django packages API
  • Django Rest Framework (DRF) Web APIs for Django
  • Tutorials
Tuto Django
  • Django news
  • News
  • Django architecture
  • DEPs
  • Installation
  • Doc
  • Django people
  • Community
  • Django with htmx
  • Django performances
  • Tests
  • Django tips
  • Tools
    • Django based applications
    • Django packages
      • Django packages API
        • Django packages API introduction
        • django-hatchway (an API framework inspired by the likes of FastAPI, but while trying to keep API views as much like standard Django views as possible)
        • Django Rest Framework (DRF) Web APIs for Django
          • Overview
          • Overview by Will Vincent
          • Django Rest Framework
            • DRF authentication
            • Tutorials
              • How to Use JWT Authentication with Django REST Framework
                • How to Use JWT Authentication with Django REST Framework
                  • Introduction
                • Show Source
                • Introduction
              • official-django-rest-framework-tutorial-beginners
              • how to implement token authentication using django-rest-framework
            • Django Rest Framework (DRF) versions
        • Django and FastAPI
      • Django authentication packages
      • Django packages forms
    • django-hijack (With Django Hijack, admins can log in and work on behalf of other users without having to know their credentials)
    • djhtml (Django template indenter)
    • Django graph
    • Javascript front-end
    • sqlparse (A non-validating SQL parser module for Python )
  • Django versions
  • Versions
  • Meta informations
  • Meta doc
  • How to Use JWT Authentication with Django REST Framework
    • Introduction
  • Show Source

How to Use JWT Authentication with Django REST Framework ¶

See also

  • https://simpleisbetterthancomplex.com/tutorial/2018/12/19/how-to-use-jwt-authentication-with-django-rest-framework.html

  • how to implement token authentication using django-rest-framework

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.

Previous Tutorials
Next official-django-rest-framework-tutorial-beginners
© Copyright 2018-2023, DevOps people Built with sphinx 6.1.3 Python 3.11.2.
Last updated on Mar 13, 2023.
Created using Sphinx 6.1.3. and Material for Sphinx