DEPRECATED - Migrated to https://github.com/mozilla/fxa
b519a7e3b4 | ||
---|---|---|
config | ||
lib | ||
routes | ||
scripts | ||
templates | ||
test | ||
.awsbox.json | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json | ||
provision.html | ||
server.js | ||
sign_in.html |
README.md
picl-idp
An Identity Provider for Profile In the CLoud
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/picl-idp.git
cd picl-idp
npm install
node ./scripts/gen_keys.js
To start the server, run:
npm start
It doesn't do much of anything, yet.
Testing
Run tests with:
npm test
License
MPL 2.0