Here are the step-by-step instructions for obtaining OAuth credentials for GitHub:
Go to the GitHub Developer Settings page and sign in to your account.
Click on the Oauth Apps menu and then “Register a new application”.
Enter a name for your application, the homepage URL, and the callback URL.
Click “Register application” button.
Github will create an OAuth app for you and will redirect you to the details page.
Click “Generate a new client secret” button
Copy the “Client ID” and “Client secret” you’ve just created and paste it into “Set up Github Auth” Modal in the Dynamic Dashboard.
Click “Confirm” button.
That’s it! You now have OAuth credentials for your GitHub application that you can use in Dynamic.
If you need more help with configuring the Github OAuth App check their docs here.
Here are the step-by-step instructions for obtaining OAuth credentials for GitHub:
Go to the GitHub Developer Settings page and sign in to your account.
Click on the Oauth Apps menu and then “Register a new application”.
Enter a name for your application, the homepage URL, and the callback URL.
Click “Register application” button.
Github will create an OAuth app for you and will redirect you to the details page.
Click “Generate a new client secret” button
Copy the “Client ID” and “Client secret” you’ve just created and paste it into “Set up Github Auth” Modal in the Dynamic Dashboard.
Click “Confirm” button.
That’s it! You now have OAuth credentials for your GitHub application that you can use in Dynamic.
If you need more help with configuring the Github OAuth App check their docs here.