Skip to content

Releases: openedx/auth-backends

See CHANGELOG.rst

12 May 15:09
Compare
Choose a tag to compare

See CHANGELOG.rst

See CHANGELOG.rst

06 Feb 15:49
Compare
Choose a tag to compare

Release 2.0.2

12 Aug 15:42
Compare
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
Compare
Choose a tag to compare
Create new Version for auth-backends for release

EdXOAuth2 will retrieve and store user_id claim

28 Mar 18:12
Compare
Choose a tag to compare

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

31 Jan 16:13
Compare
Choose a tag to compare

Updates to the EdXOAuth2 backend:

  • Supports the _PUBLIC_URL_ROOT social django setting.
  • logout_url() allows _LOGOUT_REDIRECT_URL to be undefined.

Release 1.2.0

26 Oct 13:13
Compare
Choose a tag to compare

Allow for logout redirect with EdXOAuth2 backend.

Added support to update email address.

04 Jan 10:15
Compare
Choose a tag to compare

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

05 Apr 22:06
Compare
Choose a tag to compare
Updated version to 1.0.0

This package has been production-ready for quite some time. It's time
to make it official!

Added user tracking id

26 Jan 20:26
Compare
Choose a tag to compare

Added user tracking id.