chore(api): update dependency dj-rest-auth to v7 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dj-rest-auth | dependencies | major |
5.0.2 -> 7.0.1
|
Release Notes
iMerica/dj-rest-auth (dj-rest-auth)
v7.0.1
: - Maintanence and Bug Fixes
What's Changed
- fix(auth): fix incorrect call to get_scope by @tdjholder in https://github.com/iMerica/dj-rest-auth/pull/668
- Change
path
tore_path
and add?$
to make trailing slash optional by @alexandrebarbaruiva in https://github.com/iMerica/dj-rest-auth/pull/667 - django-allauth v64 migration by @dpgraham4401 in https://github.com/iMerica/dj-rest-auth/pull/655
New Contributors
- @tdjholder made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/668
- @alexandrebarbaruiva made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/667
- @dpgraham4401 made their first contribution in https://github.com/iMerica/dj-rest-auth/pull/655
Full Changelog: https://github.com/iMerica/dj-rest-auth/compare/7.0.0...7.0.1
v7.0.0
: - Deprecates Django 3.2 + Maintanence Updates
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
v6.0.0
What's Changed
- Django 5 support
- Deprecates Python 3.6 and 3.7
- 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
v5.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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.