yurykorzun / notinphilly

Not in Philly
12 stars 21 forks source link

Login with Facebook and Google #25

Open philippelesaux opened 8 years ago

yurykorzun commented 8 years ago

Currently authentication is implemented using passportjs and we only support so called "local strategy" which is cookie based security and use credentials stored in the database. We need to extend authentication by implementing facebook, gmail and twitter strategies, provided by passportjs.