Skip to content

A web client that talks to the Firefox Accounts API server

License

Notifications You must be signed in to change notification settings

vue-software/fxa-js-client

 
 

Repository files navigation

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.

About

A web client that talks to the Firefox Accounts API server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%