heron2014 / Bubbles

Chat application using Redis , Socket.io , Hapi
GNU General Public License v2.0
5 stars 1 forks source link

Add social authentication #25

Open heron2014 opened 8 years ago

heron2014 commented 8 years ago

I was ponding about this if the social authentication is needed or wanted? But it's a great exercise and I guess we can collect more information who is in a chat like profile pic, etc.

I am thinking about Twitter and Facebook. (because I haven't done these two in Hapijs)

@nofootnotes what do you think?

heron2014 commented 8 years ago

Great articles to get yourself familiar with cookies versus tokens.

heron2014 commented 8 years ago

Testing third party apis like Facebook :

claireinez commented 8 years ago

What did you decide to go with in the end?

heron2014 commented 8 years ago

Facebook with jwt at the moment :)