cd0b7c8aa6
chore(deps): bump handlebars from 4.0.11 to 4.5.3 |
||
---|---|---|
.circleci | ||
app | ||
bin | ||
config | ||
lib | ||
public | ||
scripts | ||
tasks | ||
tests | ||
vendor | ||
.bowerrc | ||
.dockerignore | ||
.editorconfig | ||
.ember-cli | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
.watchmanconfig | ||
CHANGELOG | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
Dockerfile-build | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
bower.json | ||
docker-compose.yml | ||
ember-cli-build.js | ||
package-lock.json | ||
package.json | ||
testem.js |
README.md
Firefox Accounts OAuth Credential Management Dashboard
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