bcb0347332 | ||
---|---|---|
docs | ||
features | ||
scripts | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
README.md | ||
mkdocs.yml | ||
package.json |
README.md
Welcome to Firefox Accounts
This repository is a historic archive. See mozilla/fxa for up to date information
Firefox Accounts is the authentication and authorization system for Mozilla Services, providing access to services such as Firefox Sync, Pocket and https://addons.mozilla.org.
This repository contains documentation for getting started with Firefox Accounts development. Most of the actual code for the service lives in sub-repositories linked from the docs below.
Using your Firefox Accounts
You can create an account or sign in directly on https://accounts.firefox.com, but you almost certainly want to start by using an account-attached service such as Firefox Sync.
Integrating with Firefox Accounts
Developing a service that needs Firefox Accounts authentication? Head on over to the Firefox Accounts Portal for a description of the system, how it works, and how to plug into it.
Contributing to Firefox Accounts
Interested in contributing to the development of Firefox Accounts? Great! Head over the FxA Content Server quick start guide if you want to contribute to the front-end or to the FxA local development guide to learn how to run the full stack.
Please review and understand the Mozilla Community Participation Guidelines before contributing to this project.
Bugs List: waffle.io/mozilla/fxa
Admin Operations
Adding new milestones
- Add the milestone by hand on the mozilla/fxa repo
- Get a GitHub access token, set
GITHUB_USERNAME
andGITHUB_API_KEY
- Run
scripts/sync_milestones.js
to propagate it to the other repos