How do I add "connect social platform" to my website? (not social login)
I'm not sure how to describe this feature. It's basically this from Twitch
https://www.twitch.tv/settings/connections
Has anyone implemented something like this before?
8 Replies
Try clerk
They seem to be the fastest way to do it , unless you want to do it yourself
https://clerk.com/docs/authentication/social-connections-oauth
Social Connections (OAuth) | Clerk
Learn how to effortlessly add social connections to your application using popular OAuth providers like Google, Facebook, Github and more.
They dont have the provider I need (battle.net)
They have a an OAuth section in their dev documentation
https://develop.battle.net/documentation/guides/using-oauth
But is that also for what I need? Isnt that just for logging in?
So , you want to have information from battle.net in your app as well ? Like account information? You might have to explain a bit more
Also, I can’t afford clerk. I have 50k MAU. Were they all to sign up I’d be paying up to 1k/month
I want them to be able to connect their account with battle.net so I can fetch their game account information
nextauth has the provider you want