node.js demo app for EVE Online single sign on
This is a simple demo to authenticate a user with EVE Online's Single Sign On service.
EVE SSO documentation available at https://developers.testeveonline.com/resource/single-sign-on
All code is in app.js
- git :)
- node.js and npm
- Valid EVE SSO application keys (find them here)
$ git clone https://github.com/plato-cambrian/eve-sso-demo.git; cd eve-sso-demo
$ cp demo-credentials.js credentials.js
$ nano credentials.js # set your keys
Note that as of 10-06-2014, SSO is only enabled on EVE's test server, Singularity. Once this hits the production server, Tranquility, you'll need to change the auth server to point at TQ.
$ npm start
$ firefox localhost:7888