Can any one please give the examples of Create JWT authentication API using Django and Mysql.
Checkout DRF Simple JWT.
Simple JWT
==========
A JSON Web Token authentication plugin for the `Django REST Framework
<http://www.django-rest-framework.org/>`__.
.. image:: https://circleci.com/gh/davesque/django-rest-framework-simplejwt.svg?style=shield
:target: https://circleci.com/gh/davesque/django-rest-framework-simplejwt
.. image:: https://codecov.io/gh/davesque/django-rest-framework-simplejwt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/davesque/django-rest-framework-simplejwt
.. image:: https://img.shields.io/pypi/v/djangorestframework-simplejwt.svg
:target: https://pypi.python.org/pypi/djangorestframework-simplejwt
.. image:: https://img.shields.io/pypi/pyversions/djangorestframework-simplejwt.svg
:target: https://pypi.python.org/pypi/djangorestframework-simplejwt
LOOKING FOR MAINTAINERS
-----------------------
For more information, see `here
<https://github.com/davesque/django-rest-framework-simplejwt/issues/207>`__.
This file has been truncated. show original
That builds on top of DRF, and is the simplest way to do this currently.
JonasKs
February 12, 2020, 2:46pm
3
I’d highly recommend watching @wsvincent s talk from Djangocon 2018 . It’s in my opinion the best starting point out there, if you’re not sure where to start.
1 Like