Releases: openedx/auth-backends
Releases · openedx/auth-backends
Added support for latest version of pyjwt[crypto]==2.1.0
BREAKING CHANGES:
jwt.decode: InsideEdXOAuth2::user_dataRequire 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
Added support for the following Django versions
- 3.1
- 3.2
fixed the change logs
3.3.3 fixed the change log and updated the version (#98)
Reverting pyjwt latest version.
Reverting pyjwt latest version. It was causing issues in IDAs.
Fixed pyjwt deprecated issue
Fixed pyjwt deprecated issue.
Version 3.3.0
- Dropped Python 3.5 Support
See CHANGELOG.rst
See CHANGELOG.rst
See CHANGELOG.rst
- See CHANGELOG.rst for changes
- No longer add changes to Github Releases. Follow these instructions for publishing a release.
- For more information about why we are using CHANGELOG.rst over Github Releases, see the Changelog ADR.
Release 2.0.2
Two new commits that changed functionality:
- Add EdXOAuth2.auth_complete_signal on auth_complete()
- Store refresh_token in extra_data
Release 2.0.1
Create new Version for auth-backends for release