Skip to content

Releases: jazzband/djangorestframework-simplejwt

v5.3.1

04 Dec 06:36
8ae34dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v5.3.1

v5.3.0

11 Aug 10:54
faf92e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.2...v5.3.0

v5.2.2

20 Oct 16:55
bd4c6ce
Compare
Choose a tag to compare

Major security release

v5.2.1

28 Sep 04:32
7740384
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.2.1

v5.2.0

24 May 19:23
085a3bd
Compare
Choose a tag to compare

Version 5.2.0

  • Remove the JWTTokenUserAuthentication from the Experimental Features #546 by @byrpatrick in #547
  • Fix leeway type error by @2ykwang in #554
  • Add info on TokenBlacklistView to the docs by @inti7ary in #558
  • Update JWTStatelessUserAuthentication docs by @2ykwang in #561
  • Allow none jti claim token type claim by @denniskeends in #567
  • Allow customizing token JSON encoding by @vainu-arto in #568
  • update & correct supported versions in docs by @asaah18 in #576

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

01 Mar 20:38
72000af
Compare
Choose a tag to compare

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:

  • Added Korean translations (#501)
  • Added Turkish translations (#508)

v5.0.0

13 Oct 16:34
1df8df9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.0...v5.0.0

v4.8.0

19 Aug 04:27
4d7c764
Compare
Choose a tag to compare

Version 4.8.0

  • Add integration instructions for drf-yasg (#145)
  • Verify Serializer Should Honour Blacklist (#239)
  • Added missing import in getting_started docs (#431)
  • Use import_string for token_backend (#435)
  • Add JWKS support (#437)
  • Use pathlib instead of open in setup.py (#339)
  • Optimize default_user_authentication_rule (#441)
  • Add Leeway option to decode (#445)

v4.7.2

06 Jul 06:52
8864dc8
Compare
Choose a tag to compare

v4.7.1

28 May 01:40
c890b70
Compare
Choose a tag to compare
Fix migrate to bigautofield (#411)

* Fixes #410
* Added #411 to CHANGELOG
* Delete unnecessary operations in 0011

Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com>