OAuth server for Firefox Accounts
Перейти к файлу
Ryan Kelly 5f605de4bb
chore(deps): Update dependencies to resolve `npm audit` warnings.
2018-09-18 11:47:47 +10: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
coverage adding some code coverage to mocha grunt task 2014-05-01 15:25:06 -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 2018-09-17 17:34:19 -04:00
lib fix(key-data): Correctly handle non-existent scopes when finding key data. 2018-09-14 12:09:44 +10:00
scripts fix(purge): add purgeExpiredTokensById to select, then delete by primary key (#580); r=rfk 2018-07-18 18:28:12 -07:00
test fix(key-data): Correctly handle non-existent scopes when finding key data. 2018-09-14 12:09:44 +10:00
.dockerignore feat(docker): Additional Dockerfile for self-hosting 2016-01-26 09:38:57 +01:00
.eslintrc refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
.gitignore fix(tests): speed up and upgrade the test runner (#467) r=seanmonstar 2017-06-12 14:06:16 -04:00
.travis.yml chore(deps): Update dependencies to resolve `npm audit` warnings. 2018-09-18 11:47:47 +10:00
CHANGELOG.md Release v1.120.0 2018-09-06 11:26:04 +10:00
CONTRIBUTING.md fix(docs): add git guidelines link 2015-11-09 14:15:01 -05:00
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 fix(tests): speed up and upgrade the test runner (#467) r=seanmonstar 2017-06-12 14:06:16 -04:00
LICENSE boilerplate app files 2014-02-14 16:15:53 -08:00
README.md chore(docs): add CircleCI badge to readme 2017-03-21 12:33:31 -04:00
npm-shrinkwrap.json chore(deps): Update dependencies to resolve `npm audit` warnings. 2018-09-18 11:47:47 +10:00
package.json chore(deps): Update dependencies to resolve `npm audit` warnings. 2018-09-18 11:47:47 +10: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