Adding social login with Twitch to your app with Clerk is simple - you only need to set the Client ID, Client Secret and Authorized redirect URI in your instance settings.
To make the development flow as smooth as possible, Clerk uses preconfigured shared OAuth credentials and redirect URIs for development instances - no other configuration is needed.
For production instances, you will need to generate your own Client ID and Client secret using your Twitch account.
The purpose of this guide is to help you create a Twitch account and a Twitch OAuth app - if you're looking for step-by-step instructions using Clerk to add social login (OAuth) to your application, follow the Social login (OAuth) guide.
Set a name and the a category for your new application. You also need to add the OAuth Redirect URLs. Go to the Social Login page and enable Twitch. In the modal that opened, ensure Use custom credentials is enabled and copy Authorized redirect URI. Paste the value into the OAuth Redirect URLs input and click create.
Once all the above are complete, copy the Client ID and Client Secret. Go back to the Clerk Dashboard and paste them into the respective fields.
Don't forget to click Apply in the Clerk dashboard. Social login with Twitch is now configured 🔥
Next Steps
Learn how to add social login with Twitch to your Clerk application by following the Social login (OAuth) guide.