You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: