User Auth/Identity Service that takes care of social logins?

121 Views Asked by At

I am looking for a service similar to: Amazon Cognito, Okta, Auth0, OneLogin, Google Identity Platform, but with one requirement that the above mentioned services do not fulfil: the "social"/3rd party logins, like Facebook, Google, Twitter, Apple - to be handled not by the client, but by the platform completely.

If I understand correctly the docs and the descriptions of all mentioned services, if I want to add ability for users to auth via Facebook, I need to first go create an account on Facebook, create an app, get the keys, set it up at the service, repeat for google, repeat for Twitter, repeat for Apple... Is there a service like the ones I've mentioned, that take care of that for you? So I just tick a checkbox "I want my users to be able to auth via:

  • [x] Facebook
  • [x] Google
  • [x] Twitter
  • [x] Apple
  • [  ] Whatnot"

And that's it.

I would like to pay a bit extra but I don't want to care about all those things myself (especially with Facebook and it's constant updates and nudges).

Can someone recommend a services like that?

0

There are 0 best solutions below