Dj-rest-auth

Latest version: v7.0.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

7.0.0

What's Changed
* fix: django dependency constraint by YoussefEgla in https://github.com/iMerica/dj-rest-auth/pull/607
* fix: typo by loingo95 in https://github.com/iMerica/dj-rest-auth/pull/621
* Fix extras naming `with_social` -> `with-social` by pomali in https://github.com/iMerica/dj-rest-auth/pull/635
* Fix creating user token during the registration process when both Token authentication and Session authentication are used simultaneously by Marishka17 in https://github.com/iMerica/dj-rest-auth/pull/605
* Fix package URL to use https by mschoettle in https://github.com/iMerica/dj-rest-auth/pull/659
* update requirements for unittest-xml by FilMar in https://github.com/iMerica/dj-rest-auth/pull/656
* fix ukrainian localisation mistake by ledan404 in https://github.com/iMerica/dj-rest-auth/pull/649
* docs: Update Token Authentication sections to explain how to properly… by dontic in https://github.com/iMerica/dj-rest-auth/pull/648
* Add missing docstrings for registration views by rhaeyx in https://github.com/iMerica/dj-rest-auth/pull/619

New Contributors
* YoussefEgla made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/607
* loingo95 made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/621
* pomali made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/635
* Marishka17 made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/605
* mschoettle made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/659
* FilMar made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/656
* ledan404 made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/649
* dontic made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/648
* rhaeyx made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/619

**Full Changelog**: https://github.com/iMerica/dj-rest-auth/compare/6.0.0...7.0.0

6.0.0

What's Changed
- Django 5 support
- Deprecates Python [3.6 and 3.7](https://devguide.python.org/versions/)
- Switches to Github Actions from Circle CI
- Adds flake8 linting step
- Corrects style to appease linter



**Full Changelog**: https://github.com/iMerica/dj-rest-auth/compare/5.1.0...6.0.0

5.1.0

What's Changed
* 541 Check for refresh cookie when JWT_AUTH_HTTPONLY is True by Routhinator in https://github.com/iMerica/dj-rest-auth/pull/572
* Added key and uid fields to the reset password form by Explie in https://github.com/iMerica/dj-rest-auth/pull/554
* Disable email confirmation ratelimit in tests to support new allauth by leona-ya in https://github.com/iMerica/dj-rest-auth/pull/597
* Fix Middleware Configuration Issue: Added AccountMiddleware in MIDDLEWARE by Bishow-Thapa in https://github.com/iMerica/dj-rest-auth/pull/588
* [ ADD ] Mandarin translation by lucacitta in https://github.com/iMerica/dj-rest-auth/pull/582
* [Security] Remove tokens from response body if httpOnly Cookie and Rotate Refresh token is being Used by Aniket-Singla in https://github.com/iMerica/dj-rest-auth/pull/580
* Added a request.auth check to logout to avoid false success message when no token is passed by UmeshanUC in https://github.com/iMerica/dj-rest-auth/pull/601

New Contributors
* Routhinator made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/572
* Explie made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/554
* leona-ya made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/597
* Bishow-Thapa made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/588
* lucacitta made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/582
* Aniket-Singla made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/580
* UmeshanUC made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/601

**Full Changelog**: https://github.com/iMerica/dj-rest-auth/compare/5.0.2...5.1.0

5.0.2

What's Changed
* Install allacccount middleware in test settings by mweinelt in https://github.com/iMerica/dj-rest-auth/pull/561
* Fix social login under database constraints by c-w in https://github.com/iMerica/dj-rest-auth/pull/553
* fixed two broken links to django-allauth docs. by ahmedlemine in https://github.com/iMerica/dj-rest-auth/pull/559
* Adding optional support for setting the cookie domain for JWT authentication tokens by adrenaline681 in https://github.com/iMerica/dj-rest-auth/pull/568

New Contributors
* mweinelt made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/561
* ahmedlemine made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/559
* adrenaline681 made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/568

**Full Changelog**: https://github.com/iMerica/dj-rest-auth/compare/5.0.1...5.0.2

5.0.1

What's Changed
* Fix opensslError in demo/react-spa by flange-ipb in https://github.com/iMerica/dj-rest-auth/pull/535
* README.md: Fixing Grammar and Spelling by c0dz in https://github.com/iMerica/dj-rest-auth/pull/533
* use the queryset in resend email verification view by mohammad330a in https://github.com/iMerica/dj-rest-auth/pull/548

New Contributors
* flange-ipb made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/535
* c0dz made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/533
* mohammad330a made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/548

**Full Changelog**: https://github.com/iMerica/dj-rest-auth/compare/5.0.0...5.0.1

5.0.0

What's Changed
* Minor fix in turkish translation by sevdimali in https://github.com/iMerica/dj-rest-auth/pull/521
* Add Azerbaijani translations by sevdimali in https://github.com/iMerica/dj-rest-auth/pull/520
* Fix google validation id_token by shinecoding in https://github.com/iMerica/dj-rest-auth/pull/509
* Add Microsoft Graph Login Option to Social Serializers by jeff-zimmerman in https://github.com/iMerica/dj-rest-auth/pull/518
* Add Compatibility for django-allauth v0.55.2 by Dresdn in https://github.com/iMerica/dj-rest-auth/pull/539

New Contributors
* sevdimali made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/521
* shinecoding made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/509
* jeff-zimmerman made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/518

**Full Changelog**: https://github.com/iMerica/dj-rest-auth/compare/4.0.1...5.0.0

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.