DEPRECATED - Migrated to https://github.com/mozilla/fxa
fxa
Перейти к файлу
Vijay Budhram ba989a8200 feat(history): Add support for security history api 2016-12-09 11:57:03 -10:00
client feat(history): Add support for security history api 2016-12-09 11:57:03 -10:00
config Update build control to support tags 2014-01-28 19:42:20 -05:00
node fix(deps): update dev dependencies 2015-07-29 11:44:04 -04:00
tasks fix(deps): update dev dependencies 2015-07-29 11:44:04 -04:00
tests fix(client): propagate metrics context data to /account/reset (#226) r=vladikoff 2016-12-01 15:07:49 -05:00
.bowerrc Adding lib build, sample tests 2013-10-30 02:14:16 -04:00
.eslintrc chore(lint): switch from JSHint to ESLint 2015-06-15 09:22:03 -07:00
.gitignore refactored Gruntfile into separate task files 2014-01-08 17:15:19 -08:00
.jscsrc fix(deps): update dev dependencies 2015-07-29 11:44:04 -04:00
.travis.yml fix(email): Add support for `sendEmailIfUnverified` (#213) r=vladikoff,shane-tomlinson 2016-09-20 14:19:15 -04:00
AUTHORS chore(build): Add grunt-bump and changelog 2014-05-17 00:22:21 -04:00
CHANGELOG.md source-0.1.30 2015-07-20 16:29:34 -04:00
CONTRIBUTING.md chore(lint): remove JSHint 2015-07-02 14:33:44 -07:00
Gruntfile.js chore(task): fix changelog task 2015-07-29 11:50:17 -04:00
LICENSE Initial commit 2013-10-29 16:39:30 -07:00
README.md chore(doc): Add Sauce test matrix. 2014-08-23 11:09:23 -07:00
bower.json chore(libraries): Lock bower dependencies 2014-08-27 11:26:05 -07:00
package.json source-0.1.50 2016-12-01 15:12:05 -05:00

README.md

fxa-js-client

Web client that talks to the Firefox Accounts API server

Build Status

Sauce Test Status

Download Library

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.