📝 Refactor `dmr/security/jwt/auth.py` and `dmr/security/jwt/cookie.py` (#1321)
Currently we store JWT's auth as:
•
dmr/security/jwt/auth.py for headers•
dmr/security/jwt/cookie.py for cookiesBut,
Token auth uses:•
dmr/security/token/auth/header.py•
dmr/security/token/auth/cookie.pyWhich is better. We need to refactor the JWT layout to be the same.
(please, do not take this issue before the 1st of September)
#good_first_issue #help_wanted #python #opensource_september #django_modern_rest
sent via relator