dickhardt / A2P3

Authentication & Authorization Privacy Protecting Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#A2P3 Server

Authentication & Authorization Privacy Protecting Protocol (A2P3)

##Prerequisites You will need node 0.8.* to run the server and a git tool if you want to push changes.

##Installation git clone git://github.com/dickhardt/A2P3.git # or you can download the zip file from github and unzip it cd A2P3 npm install This will do the following:

  • clone complete repository into an A2P3 directory
  • install all the dependant packages
  • copy default.config.js to config.js
  • bootstrap the development database and create a local set of keys (vault.json files)

##Testing npm start # change to another terminal npm test

##Configuration Edit config.js to change how the servers run.

npm run-script bootstrap
# or
node bootstrap.js

Will bootstrap new vaults and database if you have changed relevant settings in config.js

Related

A2P3 project home page

A2P3 POC Server implementation source (node.js)

A2P3_agent POC mobile agent (PhoneGap)

A2P3_bank POC mobile bank app (PhoneGap)

node-a2p3 node.js npm module for A2P3 applications

sample-node-a2p3 sample A2P3 application using node-a2p3

rs-sample-node-a2p3 sample A2P3 resource server using node-a2p3

License

MIT License

Copyright (c) 2013 Province of British Columbia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Authentication & Authorization Privacy Protecting Protocol

License:MIT License


Languages

Language:JavaScript 91.4%Language:CSS 7.9%Language:Shell 0.7%