Skip to content

pkdevboxy/fxa-oauth-server

 
 

Repository files navigation

#Firefox Accounts OAuth Server

Build Status

Implementation of OAuth for use by Firefox Accounts

API docs

Design document

MDN docs

License

MPL 2.0

Docker Based Development

To run the oauth server via Docker, three steps are required:

$ docker build --rm -t mozilla/fxa_oauth_server
$ docker run --rm -v $PWD:/opt/fxa mozilla/fxa_oauth_server npm install
$ docker run --rm -v $PWD:/opt/fxa --net=host mozilla/fxa_oauth_server

This method shares the codebase into the running container so that you can install npm and various modules required by package.json. It then runs FxA oauth verifier in a container, while allowing you to use your IDE of choice from your normal desktop environment to develop code.

About

OAuth server for Firefox Accounts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%