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

Add example urls.py for blacklisting tokens #68

Closed dvf closed 3 years ago

dvf commented 4 years ago

Hopefully this is helpful to others

codecov-commenter commented 4 years ago

Codecov Report

Merging #68 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          19       19           
  Lines         481      481           
  Branches       45       45           
=======================================
  Hits          472      472           
  Misses          7        7           
  Partials        2        2           
Flag Coverage Δ
#codecov 98.12% <ø> (ø)
#dj111 97.65% <ø> (ø)
#dj20 97.23% <ø> (ø)
#dj21 97.23% <ø> (ø)
#dj22 97.23% <ø> (ø)
#dj30 97.71% <ø> (ø)
#drf310 97.23% <ø> (ø)
#drf311 97.71% <ø> (ø)
#drf37 97.65% <ø> (ø)
#drf38 97.65% <ø> (ø)
#drf39 97.65% <ø> (ø)
#py27 97.23% <ø> (ø)
#py35 97.23% <ø> (ø)
#py36 97.23% <ø> (ø)
#py37 97.23% <ø> (ø)
#py38 97.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 14441fc...996bcd0. Read the comment docs.

fitodic commented 4 years ago

Thanks for the PR! Could you please add a changelog?

fitodic commented 3 years ago

Hopefully this is helpful to others

It is now, thanks for the PR 🙂