forked from caffeinehit/django-oauth2-provider
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
5 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,7 +1,18 @@ | ||
v 2.0 | ||
----- | ||
* Update for current Django 1.11, 2.0, and 2.1. | ||
|
||
v 1.2 | ||
----- | ||
Updated to make skopes configurable in the database and update for Django 1.7 | ||
|
||
v 1.0 | ||
----- | ||
Forked from original project at caffeinehit/django-oauth2-provider | ||
|
||
v 0.2 | ||
----- | ||
* *Breaking change* Moved ``provider.oauth2.scope`` to ``provider.scope`` | ||
* *Breaking change* Replaced the write scope with a new write scope that includes reading | ||
* Default scope for new ``provider.oauth2.models.AccessToken`` is now ``provider.constants.SCOPES[0][0]`` | ||
* Access token response returns a space seperated list of scopes instead of an integer value | ||
* Access token response returns a space seperated list of scopes instead of an integer value |
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__ = "1.2" | ||
__version__ = "2.0" |
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