Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
191 stars 57 forks source link

Request to make blacklist module optional #75

Open marcosox opened 3 years ago

marcosox commented 3 years ago

Is it possible to make the blacklist check optional? I don't need it and it adds a DB hit for each request (printing the token in the DB query logs)