Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.4k stars 662 forks source link

changing your base JWT option #636

Open LordST95 opened 3 years ago

LordST95 commented 3 years ago

Hi thanks for your great project, I wonder as "django-rest-framework-jwt" is not supported anymore, is it possible to change your base JWT option from it to sth like "rest_framework_simplejwt", or it's not necessary?

colin-byrne-1 commented 3 years ago

@LordST95 don't use this repo... it is no longer maintained (just not properly labeled as such). the package jazzband/dj-rest-auth is a fork of this issue and pairs natively with the simplejwt package, and fixes a number of other issues.