fxa-auth-server/fxa-oauth-server
Vlad Filippov 1f82d473c1
Merge pull request #3008 from mozilla/rm-config-hash
fix(config): remove hash alg from config
2019-04-01 16:51:37 -04:00
..
bin fix(purge): adjust path to package.json 2018-12-14 12:25:06 -08:00
config feat(metrics): amplitude events from the OAuth server for MAU 2019-04-01 15:15:40 +01:00
docs feat(oauth): Use an assertion to directly grant tokens at /token. 2019-03-27 19:49:50 +11:00
lib Merge pull request #3008 from mozilla/rm-config-hash 2019-04-01 16:51:37 -04:00
scripts refactor(oauth): combine oauth deps and package.json with auth 2018-12-12 19:12:37 -05:00
test feat(metrics): amplitude events from the OAuth server for MAU 2019-04-01 15:15:40 +01:00
.eslintrc feat(oauth): remove internal server 2018-11-21 12:18:38 -05:00
.gitignore feat(monorepo): Move everything into a subdirectory. 2018-10-24 17:16:05 +11:00
CHANGELOG.md Release v1.124.0 2018-10-30 15:46:34 +00:00
CONTRIBUTING.md feat(monorepo): Move everything into a subdirectory. 2018-10-24 17:16:05 +11:00
README.md feat(monorepo): Move everything into a subdirectory. 2018-10-24 17:16:05 +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