summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2018-09-17 13:18:36 -0400
committerjonathan vanasco <jonathan@2xlp.com>2018-09-17 13:20:15 -0400
commite7bd936434f7268b0453fd25c637034f7efd8168 (patch)
tree898a4a48cec0e216f84de759e8a8429924735095 /CHANGELOG.rst
parentc8fcbf87ca38faa4dfbe56d0609a4ce15c2d7aca (diff)
downloadoauthlib-e7bd936434f7268b0453fd25c637034f7efd8168.tar.gz
* added support for empty strings of `client_secret`
* added LegacyApplicationClient tests to ensure the grant supports a variety of allowed methods
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a8e1941..fd53769 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,16 @@
Changelog
=========
+Unreleased
+------------------
+
+* OAuth2's `prepare_token_request` supports sending an empty string for `client_id` (#585)
+* OAuth2's `WebApplicationClient.prepare_request_body` was refactored to better
+ support sending or omitting the `client_id` via a new `include_client_id` kwarg.
+ By default this is included. The method will also emit a DeprecationWarning if
+ a `client_id` parameter is submitted; the already configured `self.client_id`
+ is the preferred option. (#585)
+
2.1.0 (2018-05-21)
------------------