Ask Question

What libraries to use for social login with nodejs and reactjs

Hello, what libraries do you usually use for social login? I have used only react-google-login. It' s pretty simple and easy to use. Is there any other like that?

Reactnodejs

1318 views

AuthorΒ΄s Amer Sikira image

Amer Sikira

πŸ‘
2
Last edited on

1 Answer available

Best answer

For TrueQ we also implemented social logins for Twitter, Google and GitHub. We're using Passport.js for authentication and it was quite easy to implement those social login provide

For our new project snappify we're leveraging the power of NextAuth.js which makes the implementation of social logins into your application even simpler (but it is bound ot Next.js applications only).

πŸ‘
2