OAuth server for Firefox Accounts
Перейти к файлу
Vijay Budhram c20682a242
feat(2fa): check acr values during authorization flow
2018-10-17 16:29:24 -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(2fa): check acr values during authorization flow 2018-10-17 16:29:24 -04:00
scripts fix(deps): update mocha and other dev deps 2018-10-16 23:21:57 -04:00
test feat(2fa): check acr values during authorization flow 2018-10-17 16:29:24 -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 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 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(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