DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Zach Carter 4577b80797 Merge pull request #24 from mozilla/aws_config
load aws.json config
2013-05-29 23:20:15 -07:00
config fix bad aws.json 2013-05-27 15:34:08 -07:00
lib Merge pull request #21 from mozilla/auto_gen_keys 2013-05-28 10:14:44 -07:00
routes Implement getResetToken and resetPassword of the idp protocol 2013-05-24 16:00:20 -07:00
scripts generate idp keypair on demand 2013-05-25 10:06:03 -07:00
templates Skeleton Hapi app 2013-05-13 17:00:22 -07:00
test Implement getResetToken and resetPassword of the idp protocol 2013-05-24 16:00:20 -07:00
.awsbox.json load aws.json config 2013-05-27 15:21:12 -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 upgrade to hapi 1.6.0 2013-05-29 23:12:57 -07:00
provision.html stubbed some idp stuff 2013-05-14 16:23:36 -07:00
server.js use monitoring plugin and log error responses 2013-05-23 16:01:07 -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