rickyrauch / Balloons.IO

Balloons.IO is a web multi-room chat server and client ready to use. It’s built with the help of node.JS, Express, Socket.IO and Redis. Balloons uses PassportJS for authentication with Twitter and Facebook
http://balloons.io
2.37k stars 493 forks source link

Authentication Methods #56

Closed kylescottmcgill closed 12 years ago

kylescottmcgill commented 12 years ago

Is there any time frame on other authentication methods? EG: Open/Google Authentication? Regardless im going to look into this myself, im happy to fork this if you would also like to support other methods in future?

impronunciable commented 12 years ago

We are using "easy-oauth". It would be very easy to implement for instance facebook. Now using only twitter is very easy to identify nicknames and fetch the pictures.

We are not planning to add other services but you are welcome to fork and add others. If we like the changes you introduce, we can merge a pull request.

impronunciable commented 12 years ago

@kylescottmcgill If you want, take a look at passport.js. Pretty cool stuff.

kylescottmcgill commented 12 years ago

@danzajdband thanks for that, havnt seen passport before, but looks really nice :)