summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-09-13 11:05:31 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-09-13 11:05:31 +0100
commit25c82a2c925dcdb37704a1bf145830c8084ec33c (patch)
treed574baf5c6162a77d40ef3348028dc026cc3a920 /README.rst
parent0731fbfe722621663fd2279039a8e8aceaa94e68 (diff)
downloadoauthlib-25c82a2c925dcdb37704a1bf145830c8084ec33c.tar.gz
0.6.00.6.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 77d6ef6..3abe83f 100644
--- a/README.rst
+++ b/README.rst
@@ -95,6 +95,18 @@ details.
.. _`supported features`: http://oauthlib.readthedocs.org/en/latest/feature_matrix.html
+0.6.0: OAuth 1 & 2 provider API refactor with breaking changes
+
+* All endpoint methods change contract to return 3 values instead of 4. The new
+ signature is `headers`, `body`, `status code` where the initial `redirect_uri`
+ has been relocated to its rightful place inside headers as `Location`.
+
+* OAuth 1 Access Token Endpoint has a new required validator method
+ `invalidate_request_token`.
+
+* OAuth 1 Authorization Endpoint now returns a 200 response instead of 302 on
+ `oob` callbacks.
+
0.5.1: OAuth 1 provider fix for incorrect token param in nonce validation.
0.5.0: OAuth 1 provider refactor. OAuth 2 refresh token validation fix.