summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain MARIE <sylvain.marie@se.com>2020-04-19 14:22:59 +0200
committerSylvain MARIE <sylvain.marie@se.com>2020-04-19 14:22:59 +0200
commit2fcbc5865327ce9b2f96c6ae4bb6d543e632795a (patch)
tree882a6cf4687dc9469edba89e6d690fe4e64eda05
parent9d774720699d37cae45e6a311bab13eb97f0c548 (diff)
downloadoauthlib-2fcbc5865327ce9b2f96c6ae4bb6d543e632795a.tar.gz
changelog
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab556f1..9a20ebd 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -27,6 +27,11 @@ OAuth2.0 Client - Bugfixes
* #290: Fix Authorization Code's errors processing
* #603: BackendApplication.Client.prepare_request_body use the `scope` argument as intended.
* #672: Fix edge case when `expires_in=Null`
+ * #730: Base OAuth2 Client now has a consistent way of managing the `scope`: it consistently
+ relies on the `scope` provided in the constructor if any, except if overridden temporarily
+ in a method call. Note that in particular providing a non-None `scope` in
+ `prepare_authorization_request` or `prepare_refresh_token` does not override anymore
+ `self.scope` forever, it is just used temporarily.
OAuth1.0 Client