Skip to content
Snippets Groups Projects
README.md 561 B
Newer Older
This is an exploration of the distributed identity system described here:
https://wiki.mozilla.org/Labs/Identity/VerifiedEmailProtocol

Getting started:

1. install node.js (>= 0.4.5): http://nodejs.org/
2. install the Connect framework (>= 1.3.0): http://senchalabs.github.com/connect/
Lloyd Hilaiel's avatar
Lloyd Hilaiel committed
3. install xml2js
4. install sqlite (npm install sqlite will get it for you, this is the flavor: https://github.com/orlandov/node-sqlite)
5. run the top level `run.js` script
6. visit the demo application ('rp') in your web browser (url output on the console at runtime)␁