OAuth server for Firefox Accounts
Перейти к файлу
Vlad Filippov 8bc148ab33 refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
bin refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
config chore(dev): add Firefox Notes Web Extension client to development config 2017-08-14 13:07:49 -04:00
coverage adding some code coverage to mocha grunt task 2014-05-01 15:25:06 -07:00
docs feat(pkce): add ability for PKCE clients to use refresh_tokens (#476) r=seanmonstar 2017-08-17 10:17:57 -04:00
grunttasks refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
lib refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
scripts refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
test refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -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 chore(ci): drop node 4 as a supported env (#478) 2017-08-31 10:16:07 -04:00
CHANGELOG.md Release v1.94.0 2017-08-23 06:25:27 +10:00
CONTRIBUTING.md fix(docs): add git guidelines link 2015-11-09 14:15:01 -05:00
Dockerfile-build refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
Dockerfile-test feat(docker): Shrink Docker image size (#438) r=vladikoff 2017-01-16 17:24:45 -05: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
circle.yml feat(docker): support feature branches (#464) r=jrgm 2017-05-16 14:42:55 -07:00
npm-shrinkwrap.json refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -04:00
package.json refactor(lint): remove jscs, update eslint rules (#477), r=@vbudhram 2017-08-31 11:06:34 -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