Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.
/ fxa-oauth-console Public archive

Firefox Accounts OAuth Credential Management Dashboard

License

Notifications You must be signed in to change notification settings

mozilla/fxa-oauth-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Firefox Accounts OAuth Credential Management Dashboard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published