Unified.to
Blog

How to obtain your GitHub OAuth2 credentials


June 11, 2024

In order to set up OAuth2 for Github, you need to create a new OAuth application in your GitHub developer settings:

Make sure to fill in the appropriate details, but more importantly the Authorization Callback URL, set to https://api.unified.to/oauth/code.

Now click on Register application and you'll be shown your application page:

You need to click on Generate a new client secret, confirm your credentials, and write down your Client ID and Client secret (especially that one, because you will not be able to see it again later from that page, but you can always recreate one, do don't worry too much):

Take your GitHub clientID and clientSecret and add them to the Unified.to integration settings for Github at https://app.unified.to/integrations/github

If you are going to use the GitHub integration to access repos and files , then you will need to set the repo, read:org, user, read:user permission scopes.

If you just want to "Sign-in with Github" in your application, then you just need the read:user permission scope.

You will now be ready to use GitHub on Unified.to realtime unified API.

Blog