All Versions
23
Latest Version
Avg Release Cycle
163 days
Latest Release
-

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

  • 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

  • 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.