DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Zachary Carter b519a7e3b4 include the config directory 2013-05-16 17:25:14 -07:00
config include the config directory 2013-05-16 17:25:14 -07:00
lib now generates certs from a signToken and public key 2013-05-16 17:13:01 -07:00
routes now generates certs from a signToken and public key 2013-05-16 17:13:01 -07:00
scripts now generates certs from a signToken and public key 2013-05-16 17:13:01 -07:00
templates Skeleton Hapi app 2013-05-13 17:00:22 -07:00
test now generates certs from a signToken and public key 2013-05-16 17:13:01 -07:00
.awsbox.json Skeleton Hapi app 2013-05-13 17:00:22 -07:00
.gitignore include the config directory 2013-05-16 17:25:14 -07:00
.jshintrc Skeleton Hapi app 2013-05-13 17:00:22 -07:00
.travis.yml now generates certs from a signToken and public key 2013-05-16 17:13:01 -07:00
LICENSE Skeleton Hapi app 2013-05-13 17:00:22 -07:00
README.md now generates certs from a signToken and public key 2013-05-16 17:13:01 -07:00
index.js Skeleton Hapi app 2013-05-13 17:00:22 -07:00
package.json Merge pull request #4 from mozilla/accounts 2013-05-15 17:34:53 -07:00
provision.html stubbed some idp stuff 2013-05-14 16:23:36 -07:00
server.js Merge pull request #4 from mozilla/accounts 2013-05-15 17:34:53 -07:00
sign_in.html stubbed some idp stuff 2013-05-14 16:23:36 -07:00

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