- 03 Aug, 2016 1 commit
-
-
Ned Batchelder committed
-
- 27 Jul, 2016 1 commit
-
-
2. Add site configuration overrides to theming/helpers.py 3. Move microsite.get_value from theming/helpers to site_configuration/helpers 4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
Saleem Latif committed
-
- 25 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 07 Jul, 2016 1 commit
-
-
These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
Renzo Lucioni committed
-
- 02 Jun, 2016 1 commit
-
-
* Created URL route * Expanded test code to confirm expected behavior MA-2124
J. Cliff Dyer committed
-
- 26 May, 2016 1 commit
-
-
This will allow API servers to limit access based on scopes.
Clinton Blackburn committed
-
- 25 May, 2016 1 commit
-
-
Clinton Blackburn committed
-
- 12 May, 2016 2 commits
-
-
* mattdrayer: Remove individual JWT settings * mattdrayer: Add settings defaults to JWT_AUTH calls
Matt Drayer committed -
* mattdrayer: Remove individual JWT settings * mattdrayer: Add settings defaults to JWT_AUTH calls
Matt Drayer committed
-
- 02 May, 2016 2 commits
-
-
The JWT includes the user email and username, along with details pulled from the original access token (e.g. scope, expiration). ECOM-4221
Clinton Blackburn committed -
Brian Jacobel committed
-
- 26 Apr, 2016 1 commit
-
-
The JWT includes the user email and username, along with details pulled from the original access token (e.g. scope, expiration). ECOM-4221
Clinton Blackburn committed
-
- 25 Apr, 2016 1 commit
-
-
Brian Jacobel committed
-
- 15 Apr, 2016 1 commit
-
-
MA-2271 Allow inactive users to authenticate. MA-2273 Provide custom authenticate method that allows users to provide email.
J. Clifford Dyer committed
-
- 13 Apr, 2016 1 commit
-
-
- Updated django-oauth2-provider libraries - Added test ensuring issued access tokens have the basic scopes needed to get user info ECOM-4197
Clinton Blackburn committed
-
- 30 Mar, 2016 1 commit
-
-
Available backends: * django-oauth-toolkit (DOT) * django-oauth2-provider (DOP) * Use provided client ID to select backend for * AccessToken requests * third party auth-token exchange * Create adapters to isolate library-dependent functionality * Handle django-oauth-toolkit tokens in edX DRF authenticator class MA-1998 MA-2000
J. Cliff Dyer committed
-