All Versions
23
Latest Version
Avg Release Cycle
163 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.6 Changes
๐ Released on Sept 7, 2020
- ๐ Fix dependency conflict with requests-oauthlib
- ๐ Fix imports for Werkzeug
-
v0.9.5 Changes
May 16, 2018๐ Released on May 16, 2018
- ๐ Fix error handlers
- โก๏ธ Update supported OAuthlib
- โ Add support for string type token
-
v0.9.4 Changes
June 09, 2017๐ Released on Jun 9, 2017
- ๐ Handle HTTP Basic Auth for client's access to token endpoint (#301)
- ๐ Allow having access tokens without expiration date (#311)
- ๐ฒ Log exception traceback. (#281)
-
v0.9.3 Changes
June 01, 2016๐ Released on Jun 2, 2016
- โช Revert the wrong implement of non credential oauth2 require auth
- Catch all exceptions in OAuth2 providers
- ๐ Bugfix for examples, docs and other things
-
v0.9.2 Changes
November 03, 2015๐ Released on Nov 3, 2015
- ๐ Bugfix in client parse_response when body is none.
- โก๏ธ Update contrib client by @tonyseek
- Typo fix for OAuth1 provider
- ๐ Fix OAuth2 provider on non credential clients by @Fleurer
-
v0.9.1 Changes
March 10, 2015๐ Released on Mar 9, 2015
- ๐ Improve on security.
- ๐ Fix on contrib client.
-
v0.9.0 Changes
February 03, 2015๐ Released on Feb 3, 2015
- ๐ New feature for contrib client, which will become the official client in
the future via
#136
_ and#176
_. - โ Add appropriate headers when making POST request for access toke via
#169
_. - Use a local copy of instance 'request_token_params' attribute to avoid side
effects via
#177
_. - ๐ Some minor fixes of contrib by Hsiaoming Yang.
.. _
#177
: https://github.com/lepture/flask-oauthlib/pull/177 .. _#169
: https://github.com/lepture/flask-oauthlib/pull/169 .. _#136
: https://github.com/lepture/flask-oauthlib/pull/136 .. _#176
: https://github.com/lepture/flask-oauthlib/pull/176 - ๐ New feature for contrib client, which will become the official client in
the future via
-
v0.8.0 Changes
December 03, 2014๐ Released on Dec 3, 2014
.. module:: flask_oauthlib.provider.oauth2
- ๐ New feature for generating refresh tokens
- โ Add new function :meth:
OAuth2Provider.verify_request
for non vanilla Flask projects - ๐ Some small bugfixes
-
v0.7.0 Changes
August 25, 2014๐ Released on Aug 20, 2014
.. module:: flask_oauthlib.client
- ๐ Deprecated :meth:
OAuthRemoteApp.authorized_handler
in favor of :meth:OAuthRemoteApp.authorized_response
. - โ Add revocation endpoint via
#131
_. - ๐ Handle unknown exceptions in providers.
- โ Add PATCH method for client via
#134
_.
.. _
#131
: https://github.com/lepture/flask-oauthlib/pull/131 .. _#134
: https://github.com/lepture/flask-oauthlib/pull/134 - ๐ Deprecated :meth:
-
v0.6.0 Changes
July 29, 2014๐ Released on Jul 29, 2014
- Compatible with OAuthLib 0.6.2 and 0.6.3
- โ Add invalid_response decorator to handle invalid request
- โ Add error_message for OAuthLib Request.