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 650 forks source link

Does it support Django 2? #415

Closed maks-us closed 6 years ago

yousifa commented 6 years ago

What is failing under Django 2?

maks-us commented 6 years ago

@yousifa

I have not tested it yet. We have no "Django 2" in "Requirements". Is it supported? Have somebody tested it already?

Requirements
    Python (2.7, 3.3, 3.4, 3.5, 3.6)
    Django (1.8, 1.9, 1.10, 1.11)
    Django REST Framework (3.1, 3.2, 3.3, 3.4, 3.5, 3.6)
yousifa commented 6 years ago

Yes, it works with Django 2.0. It seems that there have been no official tests, but tested on my system and passes & works properly.

gascarcella commented 6 years ago

Tested in Django 2. Works OK with everything except on class based views extending APIView

feixiaohuijava commented 5 years ago

yes. I did that in django2 and found no problems. Everything was fine :)