drf-SimpleJWT-React
drf-SimpleJWT-React copied to clipboard
Bump djangorestframework-simplejwt from 4.6.0 to 5.2.0 in /server
Bumps djangorestframework-simplejwt from 4.6.0 to 5.2.0.
Release notes
Sourced from djangorestframework-simplejwt's releases.
v5.2.0
Version 5.2.0
- Remove the JWTTokenUserAuthentication from the Experimental Features #546 by
@byrpatrickin jazzband/djangorestframework-simplejwt#547- Fix leeway type error by
@2ykwangin jazzband/djangorestframework-simplejwt#554- Add info on TokenBlacklistView to the docs by
@inti7aryin jazzband/djangorestframework-simplejwt#558- Update JWTStatelessUserAuthentication docs by
@2ykwangin jazzband/djangorestframework-simplejwt#561- Allow none jti claim token type claim by
@denniskeendsin jazzband/djangorestframework-simplejwt#567- Allow customizing token JSON encoding by
@vainu-artoin jazzband/djangorestframework-simplejwt#568- update & correct supported versions in docs by
@asaah18in jazzband/djangorestframework-simplejwt#576New Contributors
@byrpatrickmade their first contribution in jazzband/djangorestframework-simplejwt#547@inti7arymade their first contribution in jazzband/djangorestframework-simplejwt#558@thomasrockhu-codecovmade their first contribution in jazzband/djangorestframework-simplejwt#559@denniskeendsmade their first contribution in jazzband/djangorestframework-simplejwt#567@asaah18made their first contribution in jazzband/djangorestframework-simplejwt#576Full Changelog: https://github.com/jazzband/djangorestframework-simplejwt/compare/v5.1.0...v5.2.0
v5.1.0
Version 5.1.0
- Add back support for PyJWT 1.7.1 (#536)
- Make the token serializer configurable (#521)
- Simplify using custom token classes in serializers (#517)
- Fix default_app_config deprecation (#415)
- Add missing integration instructions for drf-yasg (#505)
- Add blacklist view to log out users (#306)
- Set default verifying key to empty str (#487)
- Add docs about TOKEN_USER_CLASS (#455)
Meta:
- Add auto locale updater (#456)
Translations:
v5.0.0
What's Changed
- Set BLACKLIST_AFTER_ROTATION by default to False by
@mohmyoin jazzband/djangorestframework-simplejwt#455- Repair generation of OpenAPI with Spectacular by
@robrichterin jazzband/djangorestframework-simplejwt#452- updated import list by
@rajan-blackboxesin jazzband/djangorestframework-simplejwt#459- Add blacklist view to log out users by
@hodossyin jazzband/djangorestframework-simplejwt#306- Add "iat" claim to token by
@mizvytin jazzband/djangorestframework-simplejwt#192- Remove verify from jwt.decode() to follow PyJWT v2.2.0. by
@dajiajiin jazzband/djangorestframework-simplejwt#472- Update CHANGELOG for v4.9.0 (#472) by
@felippemin jazzband/djangorestframework-simplejwt#476
... (truncated)
Changelog
Sourced from djangorestframework-simplejwt's changelog.
Version 5.2.0
- Remove the JWTTokenUserAuthentication from the Experimental Features #546 by
@byrpatrickin jazzband/djangorestframework-simplejwt#547- Fix leeway type error by
@2ykwangin jazzband/djangorestframework-simplejwt#554- Add info on TokenBlacklistView to the docs by
@inti7aryin jazzband/djangorestframework-simplejwt#558- Update JWTStatelessUserAuthentication docs by
@2ykwangin jazzband/djangorestframework-simplejwt#561- Allow none jti claim token type claim by
@denniskeendsin jazzband/djangorestframework-simplejwt#567- Allow customizing token JSON encoding by
@vainu-artoin jazzband/djangorestframework-simplejwt#568Version 5.1.0
- Add back support for PyJWT 1.7.1 (#536)
- Make the token serializer configurable (#521)
- Simplify using custom token classes in serializers (#517)
- Fix default_app_config deprecation (#415)
- Add missing integration instructions for drf-yasg (#505)
- Add blacklist view to log out users (#306)
- Set default verifying key to empty str (#487)
- Add docs about TOKEN_USER_CLASS (#455)
Meta:
- Add auto locale updater (#456)
Translations:
Version 5.0.0
Breaking
- Set BLACKLIST_AFTER_ROTATION by default to False (#455)
Updates
- Remove verify from jwt.decode to follow PyJWT v2.2.0 (#472)
- Updated import list (#459)
- Repair generation of OpenAPI with Spectacular (#452)
- Add "iat" claim to token (#192)
- Add blacklist view to log out users (#306)
Version 4.8.0
... (truncated)
Commits
085a3bdupdate & correct supported versions in docs (#576)dfc954cLocale update (#574)1e20e3fUpdate CHANGELOG to 5.2.0 (#573)5060858[pre-commit.ci] pre-commit autoupdate (#571)58b1874Allow customizing token JSON encoding (#568)70b8f84Allow none jti claim token type claim (#567)8e8a08aUpdate JWTStatelessUserAuthentication docs (#561)820a576chore(ci): add informational Codecov status checks (#559)c6e6598Add info on TokenBlacklistView to the docs (#558)d959114[pre-commit.ci] pre-commit autoupdate (#557)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)