Releases: openedx/auth-backends
Releases · openedx/auth-backends
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
EdXOAuth2 will retrieve and store user_id claim
The EdXOAuth2 backend will now pull the user_id from the JWT and
store it in the UserSocialAuth.extra_data field.
BREAKING CHANGE: The user_id scope is now required when using the
EdXOAuth2 backend for oAuth+SSO. This means that the oauth
application must first be configured to have access to the user_id
scope, which is not available by default.
1.2.2
Release 1.2.0
Allow for logout redirect with EdXOAuth2 backend.
Added support to update email address.
social_core consider email field protected and won't let it change. Added a pipeline function to update email address.
Added Support for Django 1.10 and 1.11
Updated version to 1.0.0 This package has been production-ready for quite some time. It's time to make it official!