OAuth server for Firefox Accounts
Перейти к файлу
Ryan Kelly 21654a3738 fix(authorization): Correctly handle non-existing URL scopes during authorization. (#594) r=@vladikoff
Fixes #593;
2018-08-21 10:59:36 -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
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(changelog): update to latest changelog version (#556) 2018-05-17 10:14:51 -04:00
lib fix(authorization): Correctly handle non-existing URL scopes during authorization. (#594) r=@vladikoff 2018-08-21 10:59:36 -04: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(authorization): Correctly handle non-existing URL scopes during authorization. (#594) r=@vladikoff 2018-08-21 10:59:36 -04: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 feat(node): update to node 8 (#544) r=@jrgm 2018-04-23 20:40:35 -04:00
CHANGELOG.md Release v1.117.0 2018-07-24 10:00:04 -04: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 fix(scopes): Document scope-handling rules, use shared code to enforce them. (#551); r=vbudhram,stomlinson 2018-08-14 21:52:02 -07:00
package.json fix(scopes): Document scope-handling rules, use shared code to enforce them. (#551); r=vbudhram,stomlinson 2018-08-14 21:52:02 -07: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