Terralego / django-terra-accounts

Django accounts management for terralego apps
https://django-terra-accounts.readthedocs.io/
1 stars 0 forks source link

djangorestframework-jwt is not maintained anymore #14

Open submarcos opened 4 years ago

submarcos commented 4 years ago

Need to switch on drf-jwt, an official fork

https://github.com/Styria-Digital/django-rest-framework-jwt

nahuelange commented 4 years ago

Yes, or https://github.com/davesque/django-rest-framework-simplejwt that seems to be a more complete implementation of JWT.