Releases: iMerica/dj-rest-auth
Releases · iMerica/dj-rest-auth
7.0.0 - Deprecates Django 3.2 + Maintanence Updates
What's Changed
- fix: django dependency constraint by @YoussefEgla in #607
- fix: typo by @loingo95 in #621
- Fix extras naming
with_social
->with-social
by @pomali in #635 - Fix creating user token during the registration process when both Token authentication and Session authentication are used simultaneously by @Marishka17 in #605
- Fix package URL to use https by @mschoettle in #659
- update requirements for unittest-xml by @FilMar in #656
- fix ukrainian localisation mistake by @ledan404 in #649
- docs: Update Token Authentication sections to explain how to properly… by @dontic in #648
- Add missing docstrings for registration views by @rhaeyx in #619
New Contributors
- @YoussefEgla made their first contribution in #607
- @loingo95 made their first contribution in #621
- @pomali made their first contribution in #635
- @Marishka17 made their first contribution in #605
- @mschoettle made their first contribution in #659
- @FilMar made their first contribution in #656
- @ledan404 made their first contribution in #649
- @dontic made their first contribution in #648
- @rhaeyx made their first contribution in #619
Full Changelog: 6.0.0...7.0.0
6.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: 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 #572
- Added key and uid fields to the reset password form by @Explie in #554
- Disable email confirmation ratelimit in tests to support new allauth by @leona-ya in #597
- Fix Middleware Configuration Issue: Added AccountMiddleware in MIDDLEWARE by @Bishow-Thapa in #588
- [ ADD ] Mandarin translation by @lucacitta in #582
- [Security] Remove tokens from response body if httpOnly Cookie and Rotate Refresh token is being Used by @Aniket-Singla in #580
- Added a request.auth check to logout to avoid false success message when no token is passed by @UmeshanUC in #601
New Contributors
- @Routhinator made their first contribution in #572
- @Explie made their first contribution in #554
- @leona-ya made their first contribution in #597
- @Bishow-Thapa made their first contribution in #588
- @lucacitta made their first contribution in #582
- @Aniket-Singla made their first contribution in #580
- @UmeshanUC made their first contribution in #601
Full Changelog: 5.0.2...5.1.0
5.0.2
What's Changed
- Install allacccount middleware in test settings by @mweinelt in #561
- Fix social login under database constraints by @c-w in #553
- fixed two broken links to django-allauth docs. by @ahmedlemine in #559
- Adding optional support for setting the cookie domain for JWT authentication tokens by @adrenaline681 in #568
New Contributors
- @mweinelt made their first contribution in #561
- @ahmedlemine made their first contribution in #559
- @adrenaline681 made their first contribution in #568
Full Changelog: 5.0.1...5.0.2
5.0.1
What's Changed
- Fix opensslError in demo/react-spa by @flange-ipb in #535
- README.md: Fixing Grammar and Spelling by @c0dz in #533
- use the queryset in resend email verification view by @mohammad330a in #548
New Contributors
- @flange-ipb made their first contribution in #535
- @c0dz made their first contribution in #533
- @mohammad330a made their first contribution in #548
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- Minor fix in turkish translation by @sevdimali in #521
- Add Azerbaijani translations by @sevdimali in #520
- Fix google validation id_token by @shinecoding in #509
- Add Microsoft Graph Login Option to Social Serializers by @jeff-zimmerman in #518
- Add Compatibility for django-allauth v0.55.2 by @Dresdn in #539
New Contributors
- @sevdimali made their first contribution in #521
- @shinecoding made their first contribution in #509
- @jeff-zimmerman made their first contribution in #518
Full Changelog: 4.0.1...5.0.0
4.0.1 - All-Auth Dependency Upgrade
What's Changed
- Bump django-allauth (#506) by @jeloagnasin in #508
New Contributors
- @jeloagnasin made their first contribution in #508
Full Changelog: 4.0.0...4.0.1
Updates JWT field names, Custom Email Verification + More
What's Changed
- add id (indonesian) translations by @kiraware in #483
- Fix crash on bad auth code by @c-w in #469
- Allow customizing password reset confirm URL by @c-w in #487
- fix a typo in installation.rst by @yappkahowe in #348
- Fix Google login with auth code flow by @c-w in #488
- Small fix for id in
django.po
by @kiraware in #493 - Actualize and fill missing french translations by @atiberghien in #496
- Modify JWT Serializer Field Names by @Dresdn in #501
- Support custom verification status based on email by @c-w in #504
New Contributors
- @yappkahowe made their first contribution in #348
- @atiberghien made their first contribution in #496
Full Changelog: 3.0.0...4.0.0
3.0.0 - New and Improved Configuration Structure
2.2.8 Bugfixes and maintanence
What's Changed
- Add Arabic (ar) translations by @F404-A in #479
- fix(google): Avoid id_token error after allauth upgrade by @luchinke in #482
- Fixed AllAuthPasswordResetForm %3F in URL issue by @karunstha in #478
New Contributors
- @F404-A made their first contribution in #479
- @luchinke made their first contribution in #482
- @karunstha made their first contribution in #478
Full Changelog: 2.2.7...2.2.8