These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

accounts-eveonline: a Meteor.js package for login with EvE SSO

Author
Slvrsmth
Native Freshfood
Minmatar Republic
#1 - 2015-04-02 21:07:20 UTC
Lately I've been experimenting with Meteor.js, and implementing login with EvE SSO in an application. And since I hadn't paid my opensource tax in a while, I decided to extract the code as a stand-alone package.

The result is accounts-eveonline Meteor package.

It integrates nicely with the core accounts Meteor package and acts as a third-party login provider, much like accounts-twitter and accounts-facebook.

Furthermore, you gain access to auth token (and an easy way to refresh it) for your CREST exploration needs.

Carebearium - find the best solar system for you!

celmi
I'm Not Upset
#2 - 2015-04-23 04:16:11 UTC
Exactly what I was looking for, thanks.
Slvrsmth
Native Freshfood
Minmatar Republic
#3 - 2015-04-23 19:27:18 UTC
Glad to hear!

Keep me posted how you like it, especially on the token refresh flow. I'm not really sure about the current implementation.

Carebearium - find the best solar system for you!

Slvrsmth
Native Freshfood
Minmatar Republic
#4 - 2015-04-25 08:19:26 UTC
Version 0.1.0 released. Changes a spelling mistake in character name field of user record. See CHANGELOG.md for details.

Carebearium - find the best solar system for you!