Skip to content

Latest commit

 

History

History
113 lines (94 loc) · 4.6 KB

CHANGES.rst

File metadata and controls

113 lines (94 loc) · 4.6 KB

Version 0.1.0

Version 0.0.13

Version 0.0.12

  • Fixed import errors of the six module.
  • Fixed an bug when decoding binary provider response resulted in an error.
  • Improved handling of ambiguous user location by some providers. Introduced the :class:`.User.location` attribute.

Version 0.0.11

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

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