DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Shane Tomlinson 6625d04be3 feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00
.circleci feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00
.github/ISSUE_TEMPLATE chore(templates): Add an issue template 2019-02-19 11:15:17 +00:00
app feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00
docs feat(pairing): add pairing docs 2019-02-12 19:54:57 -05:00
grunttasks Merge pull request #6895 from mozilla/issue-5558-update-firefox-screen r=@philbooth 2019-02-06 13:15:46 +00:00
locale refactor(deps): remove bower (#5915) r=@vbudhram 2018-02-15 15:52:17 -05:00
scripts feat(npm): update to latest npmshrink 2018-12-24 13:24:54 -05:00
server feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00
tests feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00
.editorconfig feat(forms): replace our password advice with responsive message (#5940) r=@vbudhram,@ryanfeeley 2018-03-02 20:41:37 -05:00
.eslintignore refactor(deps): remove bower (#5915) r=@vbudhram 2018-02-15 15:52:17 -05:00
.eslintrc chore(deps): update eslint-plugin-sorting to 0.4.0 2019-02-11 11:33:57 +00:00
.gitattributes Generated basic Yeoman project. 2013-12-04 11:55:48 -08:00
.gitignore feat(css): build CSS using webpack instead of grunt-sass (#6351) r=@vladikoff 2018-07-30 13:40:42 -04:00
.htmllintrc chore(htmllint): add htmllint to repo 2015-07-13 16:36:54 -07:00
.nsprc fix(deps): Fix security advisories 2019-02-18 13:34:16 +00:00
.nvmrc chore(npm): update nvmrc to node 8 2018-04-23 20:40:09 -04:00
.sass-lint.yml feat(sass): SASS lint warnings are now errors. (#5700) r=@vladikoff 2017-11-10 10:20:01 -05:00
.travis.yml chore(test): Test on node 10 2019-02-22 13:44:58 +00:00
AUTHORS Release v1.129.0 2019-01-22 21:29:32 +00:00
CHANGELOG.md Release v1.131.2 2019-02-25 19:35:14 +00:00
CONTRIBUTING.md refactor(deps): remove bower (#5915) r=@vbudhram 2018-02-15 15:52:17 -05:00
Dockerfile-build fix(docker): let's do only one npm version override 2018-06-13 16:46:57 -07:00
Gruntfile.js chore(dependencies): upgrade away from deprecated mozlog usage (#5349) r=vladikoff 2017-08-11 10:24:31 -04:00
LICENSE Add MPL 2.0 license file. 2014-08-18 14:47:36 -07:00
README.md feat(css): build CSS using webpack instead of grunt-sass (#6351) r=@vladikoff 2018-07-30 13:40:42 -04:00
npm-shrinkwrap.json feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00
package.json feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00
webpack.config.js feat(pairing): enable pairing 2019-02-27 09:04:53 -05:00

README.md

Firefox Accounts Content Server

Build Status: Travis Build Status: Circle CI Coverage Status

Static server that hosts Firefox Account sign up, sign in, email verification, etc. flows.


Quick Start

Clone the repository, make sure you have required prerequisites installed. Run npm install and npm run start-remote. This will start a local fxa-content-server on http://127.0.0.1:3030 that works with remote Firefox Accounts servers.

If you want to install all Firefox Accounts servers locally follow the instructions on: fxa-local-dev to get a full development setup running. Please note that fxa-local-dev is the preferred way of contributing to Firefox Accounts.


Development Notes

Changes to stylesheets, scripts and templates

Any changes made to the css resources, scripts or the template files will automatically be reflected on page refresh.


Testing

Prerequisites

Setup

To run tests locally with Selenium:

npm test

To change the default auth server edit server/config/*.json on your deployed instance.

{
  "fxaccount_url": "http://your.auth.server.here.org"
}

Note that testing with Selenium via Docker does not work at present, so all testing must be carried out via your normal operating system's npm & Java tooling.


Grunt Commands

Grunt is used to run common tasks to build, test, and run local servers.

TASK DESCRIPTION
grunt build build production resources. See task source for more documentation
grunt clean remove any built production resources.
grunt lint run ESLint, Sass-lint, amdcheck and JSONLint on client side and testing JavaScript.
grunt server run a local server running on port 3030 with development resources.
grunt server:dist run a local server running on port 3030 with production resources. Production resources will be built as part of the task.
grunt test run local Intern tests.
grunt version stamp a new minor version. Updates the version number and creates a new CHANGELOG.md.
grunt version:patch stamp a new patch version. Updates the version number and creates a new CHANGELOG.md.

Servers


License

MPL 2.0