OAuth server for Firefox Accounts
Перейти к файлу
Vlad Filippov e24a5820ab fix(clients): match the notes client with fxa-dev and other envs (#585); r=rfk 2018-07-17 19:23:30 -07:00
.circleci Dockerpush fix docker use base builder run npm ls production (#579) 2018-07-16 11:06:03 -04:00
bin fix(config): reverting 'mark config sentryDsn and mysql password sensitive (#511) r=@vladikof'f 2018-01-19 15:58:28 -08: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(tokens): Avoid quadratic behaviour when listing active clients. (#9); r=vladikoff 2018-06-26 22:59:10 -07:00
grunttasks fix(changelog): update to latest changelog version (#556) 2018-05-17 10:14:51 -04:00
lib feat(codes): Delete authorization codes when revoking client access. (#578); r=philbooth 2018-07-09 23:14:15 -07:00
scripts fix(scripts): Fix varname typo in test runner script. (#535) 2018-03-26 23:28:55 -04:00
test feat(codes): Delete authorization codes when revoking client access. (#578); r=philbooth 2018-07-09 23:14:15 -07: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.116.0 (#582) 2018-07-11 09:45:29 -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 Release v1.116.0 (#582) 2018-07-11 09:45:29 -04:00
package.json Release v1.116.0 (#582) 2018-07-11 09:45:29 -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