DEPRECATED - Migrated to https://github.com/mozilla/fxa
27d36e72ef | ||
---|---|---|
bans | ||
bin | ||
scripts | ||
test | ||
.awsbox.json | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
config.js | ||
email_record.js | ||
ip_email_record.js | ||
ip_record.js | ||
log.js | ||
package.json |
README.md
Firefox Accounts Customs Server
This project is used by the Firefox Accounts Auth Server to detect and deter fraud and abuse.
Prerequisites
- node 0.10.x or higher
- npm
Install
You'll need node 0.10.x or higher and npm to run the server.
Clone the git repository and install dependencies:
git clone git://github.com/mozilla/fxa-customs-server.git
cd fxa-customs-server
npm install
To start the server, run:
npm start
It will listen on http://127.0.0.1:7000 by default.
Testing
Run tests with:
npm test