Skip to content

Releases: mozilla/PyFxA

0.7.9

26 Sep 17:20
258b485
Compare
Choose a tag to compare
  • Python3 support
  • Add support for v2 password hashes
  • Updated to pyproject.toml
  • Updated libraries

0.7.8

15 Mar 09:08
0.7.8
c1c62d4
Compare
Choose a tag to compare

0.7.8 (2024-03-14)

  • Add retries to the APIClient session

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)