Firefox Accounts OAuth Credential Management Dashboard
fxa
Перейти к файлу
Vlad Filippov cd0b7c8aa6
Merge pull request #80 from mozilla/dependabot/npm_and_yarn/handlebars-4.5.3
chore(deps): bump handlebars from 4.0.11 to 4.5.3
2019-12-28 21:44:43 +01:00
.circleci feat(ci): update to circle 2 (#56); r=rfk 2018-07-24 03:04:48 -07:00
app Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
bin Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
config Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
lib Update some travis stuff 2019-07-30 11:42:45 -04:00
public Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
scripts Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
tasks Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
tests Uplift changes from fxa mono repo 2019-07-29 11:44:23 -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 Fix up CI 2019-07-30 11:38:16 -04:00
.gitignore fix(update): updates node modules and various fixes 2015-10-02 16:18:53 -04:00
.travis.yml Update some travis stuff 2019-07-30 11:42:45 -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 Uplift changes from fxa mono repo 2019-07-29 11:44: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 Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
LICENSE chore(build): getting modules together, adding Grunt tasks 2014-10-02 18:59:57 -04:00
README.md Merge branch 'master' into uplift-from-mono 2019-12-28 21:43:16 +01:00
bower.json fix(deps): upgrade to ember 2.4.1 (#53) 2017-09-27 16:12:14 -04:00
docker-compose.yml Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
ember-cli-build.js Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
package-lock.json chore(deps): bump handlebars from 4.0.11 to 4.5.3 2019-12-28 20:44:26 +00:00
package.json Uplift changes from fxa mono repo 2019-07-29 11:44:23 -04:00
testem.js Uplift changes from fxa mono repo 2019-07-29 11:44:23 -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