DEPRECATED - Migrated to https://github.com/mozilla/fxa
fxa
Перейти к файлу
Shane Tomlinson 1bdbfb9d54 chore(ie9): Remove support for IE9.
The content server doesn't support IE9. This shouldn't either.
2017-11-21 16:57:45 +00:00
client chore(emails): remove logic to check for secondary email feature (#267), r=@philbooth 2017-11-17 10:26:41 -05: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 chore(ie9): Remove support for IE9. 2017-11-21 16:57:45 +00: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 feat(api): add deviceId to metricsContext data (#257) r=vladikoff 2017-09-07 14:59:09 -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 fix(deps): update to latest p-promise (#229) r=@shane-tomlinson 2017-01-03 17:08:25 +00:00
package.json source-0.1.67 2017-11-17 11:26:02 -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.