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

Proposition: allow adding settings as variables #408

Open ArtemBernatskyy opened 6 years ago

ArtemBernatskyy commented 6 years ago

It's a little bit confusing to put a dictionary JWT_AUTH in settings and keep track what settings you put in there, i propose to allow adding settings without a dictionary as variables.

So we will put this in settings JWT_ALLOW_REFRESH = True