From 25c82a2c925dcdb37704a1bf145830c8084ec33c Mon Sep 17 00:00:00 2001 From: Ib Lundgren Date: Fri, 13 Sep 2013 11:05:31 +0100 Subject: 0.6.0 --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.rst') 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. -- cgit v1.2.1