Skip to content
Snippets Groups Projects
user avatar
Lloyd Hilaiel authored
verifier now accepts parameters over POST in addition to GET, use of the former is preferred and user identifiable data out of http logs.  closes #96
0a96fcf1

This is an exploration of the distributed identity system described here.

Required software:

All of the servers here are based on node.js, and some number of 3rd party node modules are required to make them go. (npm is a good way to get these libraries)

Getting started:

  1. install required software
  2. run the top level run.js script: node ./run.js
  3. visit the demo application ('rp') in your web browser (url output on the console at runtime)␁

Testing

We should start using this:

https://github.com/LearnBoost/tobi

for integration testing

and straight Vows for unit testing