sunscrapers / djoser

REST implementation of Django authentication system.
MIT License
2.53k stars 459 forks source link

Separate LOGIN_FIELD logic into a auth backend to avoid giving tokens… #810

Open hisie opened 6 months ago

hisie commented 6 months ago

… to non authorized users.

Corrects #795

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 88.23529% with 2 lines in your changes missing coverage. Please review.

Project coverage is 98.81%. Comparing base (566984a) to head (7cb7cb8).

Files Patch % Lines
djoser/backends.py 88.23% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #810 +/- ## ========================================== - Coverage 99.03% 98.81% -0.23% ========================================== Files 26 27 +1 Lines 833 846 +13 ========================================== + Hits 825 836 +11 - Misses 8 10 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.