Firefox Accounts OAuth Credential Management Dashboard
fxa
Перейти к файлу
Wil Clouser caccd0d1a3
Revert "chore(docs): Point README at the monorepo"
2019-12-16 15:18:00 -08:00
.circleci feat(ci): update to circle 2 (#56); r=rfk 2018-07-24 03:04:48 -07:00
app fix(clients): fix client creation 2018-08-09 16:53:04 -04:00
bin fix(config): chagnge when config is loaded (#51) r=vladikoff 2017-06-01 15:08:55 -04:00
config fix(config): use the new internal uri 2018-11-21 14:28:01 -05:00
lib fix(config): chagnge when config is loaded (#51) r=vladikoff 2017-06-01 15:08:55 -04:00
public fix(styles): fix up font paths 2014-12-18 12:43:16 -05:00
scripts fix(deps): update prod dependencies 2016-12-02 11:35:25 -05:00
tasks fix(deps): switch to eslint, update deps 2015-12-22 12:24:06 -05:00
tests fix(deps): upgrade to ember 2.4.1 (#53) 2017-09-27 16:12:14 -04:00
vendor feat(app): Add sample app, update travis file 2014-10-04 23:24:24 -04:00
.bowerrc feat(app): Add sample app, update travis file 2014-10-04 23:24:24 -04:00
.dockerignore feat(docker): add docker files&config and circle update (#48) r=vladikoff 2017-05-31 11:36:03 -04:00
.editorconfig fix(update): updates node modules and various fixes 2015-10-02 16:18:53 -04:00
.ember-cli chore(build): update to ember-cli 0.1.1 2014-10-05 14:20:54 -04:00
.eslintrc chore(docker): add ability to change base href (#49) r=vladikoff 2017-06-01 12:06:37 -04:00
.gitignore fix(update): updates node modules and various fixes 2015-10-02 16:18:53 -04:00
.travis.yml fix(travis): only test node 4 (#44) 2017-04-25 15:55:06 -04:00
.watchmanconfig fix(update): update ember-cli to 1.13.15 2016-02-04 17:31:41 -05:00
CHANGELOG v0.5.1 2018-08-09 16:54:53 -04:00
CONTRIBUTING.md feat(update): better updating to clients, docs 2014-10-23 19:15:23 -04:00
CONTRIBUTORS chore(build): getting modules together, adding Grunt tasks 2014-10-02 18:59:57 -04:00
Dockerfile-build feat(docker): add docker files&config and circle update (#48) r=vladikoff 2017-05-31 11:36:03 -04:00
Gruntfile.js fix(deps): switch to eslint, update deps 2015-12-22 12:24:06 -05:00
LICENSE chore(build): getting modules together, adding Grunt tasks 2014-10-02 18:59:57 -04:00
README.md Revert "chore(docs): Point README at the monorepo" 2019-12-16 15:18:00 -08:00
bower.json fix(deps): upgrade to ember 2.4.1 (#53) 2017-09-27 16:12:14 -04:00
docker-compose.yml chore(docker): add ability to change base href (#49) r=vladikoff 2017-06-01 12:06:37 -04:00
ember-cli-build.js fix(deps): switch to eslint, update deps 2015-12-22 12:24:06 -05:00
package-lock.json chore(deps): bump bower from 1.8.4 to 1.8.8 2019-11-01 09:45:39 -04:00
package.json v0.5.1 2018-08-09 16:54:53 -04:00
testem.js fix(deps): upgrade to ember 2.4.1 (#53) 2017-09-27 16:12:14 -04:00

README.md

Firefox Accounts OAuth Credential Management Dashboard

Build Status

Development

git clone https://github.com/mozilla/fxa-oauth-console
cd fxa-oauth-console
npm install

Run development server locally:

npm start

Docker Dev

You can run the docker container by:

  • docker-compose build
  • docker-compose up

Changing environment configuration.

You can customize the servers that the app communicates with by passing them in the docker-compose file.

environment:
  PROFILE_URI: https://127.0.0.1:9010/v1
  OAUTH_INTERNAL_URI: https://127.0.0.1:9010/v1
  OAUTH_URI: https://127.0.0.1:1111/profile/v1

You will need a local Firefox Accounts stack to login to the console. Use fxa-local-dev to get started.

Run tests: npm test

License

MPL v2.0