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
192 stars 60 forks source link

Documentation to use Blacklist #59

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi !

I'm triing to set up my first rest api with your work. I want to make a /logout to blacklist the token but I don't how to use ?

The documentation is not very easy to understand in the part of blacklisting.

Thanks a lot for your job !