OAuth server for Firefox Accounts
Перейти к файлу
Ryan Kelly 65f3881f90
Release v1.123.2
2018-10-30 13:06:41 +11: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 (#602) 2018-09-18 08:55:19 -04:00
lib fix(db): Restore foreign key constraints on core tables. 2018-10-29 12:15:01 +11: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(profile): remove the `profileChangedAt` column on tokens table 2018-10-25 21:42:41 -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.2 2018-10-30 13:06:41 +11: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.123.2 2018-10-30 13:06:41 +11:00
package.json Release v1.123.2 2018-10-30 13:06:41 +11: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