DEPRECATED - Migrated to https://github.com/mozilla/fxa
ba989a8200 | ||
---|---|---|
client | ||
config | ||
node | ||
tasks | ||
tests | ||
.bowerrc | ||
.eslintrc | ||
.gitignore | ||
.jscsrc | ||
.travis.yml | ||
AUTHORS | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
bower.json | ||
package.json |
README.md
fxa-js-client
Web client that talks to the Firefox Accounts API server
Install using Bower: bower install fxa-js-client
Install using npm: npm install fxa-js-client
Usage
<script src="../build/fxa-client.js"></script>
var client = new FxAccountClient();
// Sign Up
client.signUp(email, password);
// Sign In
client.signIn(email, password);
See Library Documentation for more.
Development
See CONTRIBUTING.md for details on building, developing, and testing the library.