jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 648 forks source link

No commits since Oct 5, 2017 - Is this project still active? #459

Closed rhazegh closed 5 years ago

rhazegh commented 5 years ago

Is this project still active?

990px commented 5 years ago

@rhazegh Apart from project activity/inactivity try to avoid using JWT as authorization token ;-) https://github.com/shieldfy/API-Security-Checklist/issues/6

loicgasser commented 5 years ago

@jpadilla are you still maintaining this repository.

rhazegh commented 5 years ago

I ended up using knox. https://github.com/James1345/django-rest-knox

No JWT for me ;)