Skip to content

Releases: mozilla/PyFxA

0.3.0

20 Sep 15:15
Compare
Choose a tag to compare
  • Add a verify_email_code(uid, code) method to the core.Client (#43).

0.2.0

11 May 12:06
Compare
Choose a tag to compare
  • Make sure fxa.tests.utils can be used without installing PyFxA tests dependencies. (#41)

0.1.3

22 Apr 08:48
Compare
Choose a tag to compare
  • Update the User-Agent so that we can detect PyFxA calls. (#40)

0.1.2

21 Apr 12:12
Compare
Choose a tag to compare
  • Correctly send request to the Auth server.

0.1.1

13 Jan 16:34
Compare
Choose a tag to compare
  • Correctly configure cert duration while generating BrowserID Assertion (#39)

0.1.0

07 Jan 12:08
Compare
Choose a tag to compare
  • Add fxa-client CLI tool (#36)
  • Remove support for Python 2.6 (#38)

0.0.9

22 Oct 10:38
Compare
Choose a tag to compare
  • Remove the mention stating that PyFxA is still highly experimental (#31)
  • Do not rely on the package to be installed in order to be used (#32)

0.0.8

14 Aug 08:51
Compare
Choose a tag to compare
  • Update setup.py to handle utf-8 characters in README and CHANGES files (#29)
  • Add cache functionality to the Auth plugins (#30)

0.0.7

23 Jul 09:56
Compare
Choose a tag to compare
  • Use grequests if available to use PyFxA with the gevent ecosystem.
  • Add the oauth /destroy operation.
  • Profile fetch skips fields you don't have permission to read.
  • Add the BrowserID requests Auth module and related HTTPie plugin.
  • Add the BearerToken requests Auth module and related HTTPie plugin.
  • Add PyOpenSSL support for secure SSL requests handling with Python 2.

0.0.6

23 Jul 09:56
Compare
Choose a tag to compare
  • Expose unicode in oauth cache, not bytestrings.