fxa/packages/fxa-auth-server
Zachary Carter 7d531b2eab load aws.json config 2013-05-27 15:21:12 -07:00
..
config include the config directory 2013-05-16 17:25:14 -07:00
lib Clean up calls to kv.set/get to use the new kv.store.get/set api 2013-05-20 14:49:02 -07:00
routes Merge pull request mozilla/fxa-auth-server#6 from dannycoates/kvstore 2013-05-20 14:07:16 -07:00
scripts Fix incorrect log messages - issue mozilla/fxa-auth-server#12 2013-05-23 17:03:56 -07:00
templates Skeleton Hapi app 2013-05-13 17:00:22 -07:00
test added mysql.database to test.json config 2013-05-20 14:10:37 -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 Merge pull request mozilla/fxa-auth-server#14 from dannycoates/awsbox 2013-05-23 16:58:19 -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