Archive of the former mozilla/fxa repository
Перейти к файлу
Danny Coates bcb0347332
chore(readme): add link to mozilla/fxa
2019-04-02 09:44:41 -07:00
docs Migrate docs to app services portal 2018-12-12 10:30:36 -05:00
features Proof of concept artifacts for CAD phase 4, QR code pairing flow. (#277) 2017-12-20 12:10:22 +00:00
scripts feat(labels): Add q2 2019 labels, ditch old ones (#361) r=@philbooth 2019-04-02 10:36:12 +01:00
.gitignore feat(docs): add feature doc for FxA-54, phase 3 of connect another device 2017-07-25 18:37:12 +01:00
.travis.yml add instructions and travis 2015-06-04 20:19:05 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-11-09 14:12:41 -05:00
README.md chore(readme): add link to mozilla/fxa 2019-04-02 09:44:41 -07:00
mkdocs.yml Remove older mkdocs config 2019-01-14 12:00:17 -05:00
package.json feat(blog): Use mustache templates for the blog post generation. (#310) 2018-08-23 12:45:56 -04:00

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 and GITHUB_API_KEY
  • Run scripts/sync_milestones.js to propagate it to the other repos