python sample code to access Firefox Account (FxA) APIs
Перейти к файлу
Brian Warner ba1abb1340 fix entrypoints and imports to make fxa_vectors work 2014-07-14 12:20:58 -07:00
fxa_client fix entrypoints and imports to make fxa_vectors work 2014-07-14 12:20:58 -07:00
scripts scripts: clean up whitespace 2014-07-14 10:36:40 -07:00
.gitignore update Makefile instructions, setup process 2014-07-01 12:11:55 -07:00
Makefile don't install bin/fxa-vectors, just run it from source 2014-07-01 12:24:13 -07:00
README.md README: explain the purpose a bit better 2014-07-01 12:27:46 -07:00
setup.py fix entrypoints and imports to make fxa_vectors work 2014-07-14 12:20:58 -07:00

README.md

fxa-python-client

Python sample code to access Firefox Account (FxA) APIs, run by the server in https://github.com/mozilla/fxa-auth-server . This is most useful for running automated tests, and as supplemental documentation of the protocol.

The source tree also contains a tool to create test vectors for the FxA auth protocol.