fxa/packages/fxa-js-client
Jared Hirsch 8246673ba6
fix(deps): Upgrade mocha to resolve yargs-parser nsp advisory 1500
2020-05-11 11:39:59 -07:00
..
client feat(auth + content-server): add new support form field and update options in dropdown 2020-05-05 12:36:36 -07:00
node fix(deps): Remove remaining amd loader parts 2019-08-20 09:11:37 -07:00
tasks fix(build): change fxa-js-client resolution in content-server 2020-04-06 13:04:47 -07:00
tests feat(auth + content-server): add new support form field and update options in dropdown 2020-05-05 12:36:36 -07:00
.eslintrc task(monorepo): eslint consolidation 2019-11-15 23:24:09 +00:00
.jscsrc fix(deps): update dev dependencies 2015-07-29 11:44:04 -04:00
.nsprc chore(deps): Updates to address nsp advisory 1179 2020-03-19 10:42:24 -07:00
.prettierignore chore(style): added prettier to fxa-js-client 2019-06-25 09:36:40 -07:00
.prettierrc chore(style): added prettier to fxa-js-client 2019-06-25 09:36:40 -07:00
AUTHORS chore(build): Add grunt-bump and changelog 2014-05-17 00:22:21 -04:00
CHANGELOG.md chore(style): added prettier to fxa-js-client 2019-06-25 09:36:40 -07:00
CONTRIBUTING.md docs(all): update readmes across all packages to improve testing documentation 2020-05-06 12:02:21 -04:00
Gruntfile.js chore(monorepo): remove stale references to travisci 2019-12-16 20:10:28 +00:00
LICENSE Initial commit 2013-10-29 16:39:30 -07:00
README.md chore(monorepo): remove stale references to travisci 2019-12-16 20:10:28 +00:00
package-lock.json fix(deps): Upgrade mocha to resolve yargs-parser nsp advisory 1500 2020-05-11 11:39:59 -07:00
package.json fix(deps): Upgrade mocha to resolve yargs-parser nsp advisory 1500 2020-05-11 11:39:59 -07:00
webpack.config.js fix(js-client): remove minified version of the client 2019-08-01 14:16:58 -04:00

README.md

fxa-js-client

Web client that talks to the Firefox Accounts API server

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.