8000 Tags · WeJie/auth-backends · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: WeJie/auth-backends

Tags

2.0.1

Toggle 2.0.1's commit message
Create new Version for auth-backends for release

2.0.0

Toggle 2.0.0's commit message
retrieve and store user_id claim

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.

The backend will then pull the user_id from the JWT and store it
in the UserSocialAuth.extra_data field.

ARCH-603

1.2.2

Toggle 1.2.2's commit message
Remove unneeded python and django versions in tests

Removed the following combinations:

* py27-django19
* py27-django110
* py35-django19
* py35-django110

Kept:

* py27-django18
* py27-django111
* py36-django111

1.2.1

Toggle 1.2.1's commit message
Fix urlencode bug with EdXOAuth2 backend logout url.

1.2.0

Toggle 1.2.0's commit message
Enable logout redirect for EdXOAuth2 backend.

1.1.5

Toggle 1.1.5's commit message
Add logout_url property to EdXOAuth2 backend.

1.1.4

Toggle 1.1.4's commit message
Remove token validation from EdXOAuth2 backend.

1.1.3

Toggle 1.1.3's commit message
Updated version to 1.1.3.

1.1.2

Toggle 1.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updated version to 1.1.2

LEARNER-1003

1.1.1

Toggle 1.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Updated minimum versions of social-auth-core and social-auth-app-django

This will finally resolve the issues we have seen with usernames containing UUIDs.

LEARNER-998
0