-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restore oauth_uri variable and fix caching
Restores the deleted `oauth_uri` variable of `OAuthAPIClient`. This is a fix for our ProctorTrack integration, which was relying on the `oauth_uri` variable as part of the contract. This may or may not be a long-term solution. Additionally, since `OAuthAPIClient` can be used to retrieve tokens against multiple oauth endpoints, we add the oauth_url to the cache key for the token. BOM-1184
- Loading branch information
Showing
3 changed files
with
56 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '3.0.0' | ||
__version__ = '3.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters