Skip to content

Releases: openedx/auth-backends

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

10 Aug 08:53
3796072

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

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

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

Choose a tag to compare

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

Fixed pyjwt deprecated issue

26 Jan 07:57
30ba876

Choose a tag to compare

Fixed pyjwt deprecated issue.

Version 3.3.0

08 Jan 13:43
ad7c417

Choose a tag to compare

  • Dropped Python 3.5 Support

See CHANGELOG.rst

12 May 15:09

Choose a tag to compare

See CHANGELOG.rst

See CHANGELOG.rst

06 Feb 15:49

Choose a tag to compare

Release 2.0.2

12 Aug 15:42

Choose a tag to compare

Two new commits that changed functionality:

  • Add EdXOAuth2.auth_complete_signal on auth_complete()
  • Store refresh_token in extra_data

Release 2.0.1

13 May 09:40

Choose a tag to compare

Create new Version for auth-backends for release