4

Are there any popular javascript libraries that provide as a wrapper for multiple oauth2.0 authentication api(s) like Facebook, twitter, Google, & LinkedIn ? I want to allow users on my app to login with these oauth providers & allow me to get me some information about them from these providers.


I did come across a library called hello.js but not sure if it is well tested & widely used. Also there are not many related questions here on Stack Overflow what looks not-too-good to me.

Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294

1 Answers1

2

You might want to have a look at oauth.io - haven't tried it, but it claims to be more or less what you asked for.

Tim Bray
  • 1,653
  • 11
  • 16