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

Documentation on configuration needs clarity to point authentication_classes #403

Open msert29 opened 6 years ago

msert29 commented 6 years ago

I've finally ingtegrated drf jwt but only when I specified authentication_classes = (JSONWebTokenAuthentication,) inside my view. I think the documentation needs to be a bit more precise, other drf always expects a Token but not JWT.

otsab19 commented 6 years ago

Yeah, I got stuck for so long there.

erayaydin commented 6 years ago

That should be added in docs :+1: