Skip to content

Releases: openedx/auth-backends

v4.3.0

01 Apr 14:46
7f09ecb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

03 Aug 13:33
31da6e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...v4.2.0

v4.1.0

28 Jan 15:13
364e5e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.1.0

Fix RemovedInDjango40Warning

01 Nov 17:34
94093bd
Compare
Choose a tag to compare

Replace use of django.conf.urls to django.urls for url and include methods

Added support for latest version of pyjwt[crypto]==2.1.0

10 Aug 08:53
3796072
Compare
Choose a tag to compare

BREAKING CHANGES:

  • jwt.decode: Inside EdXOAuth2::user_data Require explicit algorithms by default.
  • BREAKING CHANGE: Upgraded dependency pyjwt[crypto] to 2.1.0, which introduces its own breaking changes that may affect consumers of this library. Pay careful attention to the 2.0.0 breaking changes documented in
    https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0.

Added support for Django 3.1 and 3.2

09 Jul 14:21
ff192b9
Compare
Choose a tag to compare

Added support for the following Django versions

  • 3.1
  • 3.2

fixed the change logs

04 Feb 05:04
255a629
Compare
Choose a tag to compare
3.3.3

fixed the change log and updated the version (#98)

Reverting pyjwt latest version.

01 Feb 06:50
ad06b03
Compare
Choose a tag to compare

Reverting pyjwt latest version. It was causing issues in IDAs.

Fixed pyjwt deprecated issue

26 Jan 07:57
30ba876
Compare
Choose a tag to compare

Fixed pyjwt deprecated issue.

Version 3.3.0

08 Jan 13:43
ad7c417
Compare
Choose a tag to compare
  • Dropped Python 3.5 Support