zemirco / lockit

Authentication solution for Express
439 stars 48 forks source link

Feature request: Passport.js integration for Facebook and Google auth #20

Open colinskow opened 10 years ago

colinskow commented 10 years ago

Thanks for writing Lockit, Mirco. You've included most of the features I'm looking for and it saves me from writing a lot of boilerplate code.

I think this component could benefit a lot from Passport.js integration, because it provides a uniform API for lots of authentication strategies. I would like to integrate Google and Facebook login into my application.

zemirco commented 10 years ago

Shouldn't be too hard to use Lockit and passport together. Passport doesn't add users to your db on signup and doesn't send any emails. That's where Lockit comes in.

zemirco commented 9 years ago

Any progress here?