Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.83 KB

CHANGES.rst

File metadata and controls

75 lines (59 loc) · 2.83 KB

Version 0.0.11 (development)

Version 0.0.10

  • Fixed a bug when saving non-JSON-serializable values to third party sessions by the python-openid package caused a KeyError.
  • Added the :class:`.oauth2.Eventbrite` provider.
  • Added the :class:`.oauth2.Amazon` provider.
  • Improved OAuth 2.0 Error Handling.

Version 0.0.9

Note

This version is still in development and has not been released to PyPI yet.

Version 0.0.8

Version 0.0.7

  • Added user email extraction to :class:`.oauth1.Yahoo` provider.
  • Added the access_headers and access_params keyword arguments to the :class:`.AuthorizationProvider` constructor.
  • Fixed a bug in :class:`.oauth2.GitHub` provider when ValueError got risen when a user had only the city specified.
  • Added a workaround for issue #11, when WebKit-based browsers failed to accept cookies set as part of a redirect response in some circumstances.

Version 0.0.6