jaredhanson / passport

Simple, unobtrusive authentication for Node.js.
https://www.passportjs.org?utm_source=github&utm_medium=referral&utm_campaign=passport&utm_content=about
MIT License
22.72k stars 1.24k forks source link

[Strategy Request] EVE Online OAuth SSO #292

Open plato-cambrian opened 9 years ago

plato-cambrian commented 9 years ago

CCP Games has just enabled their new Single Sign-On on their test server, hitting production soon.

I wrote a small demo app that makes the necessary requests for the authentication flow, but I have never written a passport.js strategy, I don't know where to start, and I don't want to be responsible for maintenence. Perhaps contributors here are interested?

Caveats:

mbrennan commented 9 years ago

I've created a Passport strategy for EVE; check it out passport-eveonline. It uses the SISI URLs by default for now until CCP turns on the URLs for Tranquility. I will update the release when that happens; but you can also override the URLs in the options.

Let me know if it works for you!

Cheers, Mike

JDvorak commented 9 years ago

NERDS