meltiseugen/django-jwt-authentication-plugin
This is an JWT authentication plugin for Django REST Framework. It uses simplejwt to provide the basic url routes. Also it makes use of custom CustomTokenObtainPairSerializer in order to customize the login response and CustomTokenObtainPairView to override the default TokenObtainPairView of simplejwt
PythonMIT