OAuth server for Firefox Accounts
Перейти к файлу
vladikoff b99e82d84e fix(deps): update mocha and other dev deps 2018-10-16 23:21:57 -04:00
.circleci fix(ci): Run MySQL tests in Circle (#586) r=@vbudhram 2018-08-07 11:01:12 -04:00
bin fix(purge): add purgeExpiredTokensById to select, then delete by primary key (#580); r=rfk 2018-07-18 18:28:12 -07:00
config fix(clients): match the notes client with fxa-dev and other envs (#585); r=rfk 2018-07-17 19:23:30 -07:00
docs fix(scopes): Document scope-handling rules, use shared code to enforce them. (#551); r=vbudhram,stomlinson 2018-08-14 21:52:02 -07:00
grunttasks fix(ci): remove nsp (#602) 2018-09-18 08:55:19 -04:00
lib feat(deps): update to bluebird 3 2018-10-16 22:42:01 -04:00
scripts fix(deps): update mocha and other dev deps 2018-10-16 23:21:57 -04:00
test fix(deps): update mocha and other dev deps 2018-10-16 23:21:57 -04:00
.dockerignore
.eslintrc
.gitignore
.travis.yml fix(ci): remove nsp (#602) 2018-09-18 08:55:19 -04:00
CHANGELOG.md Release v1.123.0 2018-10-16 12:39:59 -04:00
CONTRIBUTING.md
Dockerfile-build Dockerpush fix docker use base builder run npm ls production (#579) 2018-07-16 11:06:03 -04:00
Dockerfile-test Dockerpush fix docker use base builder run npm ls production (#579) 2018-07-16 11:06:03 -04:00
Gruntfile.js
LICENSE
README.md
npm-shrinkwrap.json fix(deps): update mocha and other dev deps 2018-10-16 23:21:57 -04:00
package.json fix(deps): update mocha and other dev deps 2018-10-16 23:21:57 -04:00

README.md

Firefox Accounts OAuth Server

Build Status CircleCI

Implementation of OAuth for use by Firefox Accounts

API docs

Design document

MDN docs

Quick Start

Clone the repository, run npm install and npm start.

To get a full development setup running use fxa-local-dev. fxa-local-dev is the preferred way of contributing to Firefox Accounts.

License

MPL 2.0