episyche logo

Episyche

NextJS/Github/

How to create OAuth Client Id and Client Secret for Github?

Published on

How to create OAuth Client Id and Client Secret for Github?
The Client ID is a public identifier of your application. The Client Secret is confidential and should only be used to authenticate your application and make requests to Github APIs. This article shows how to create a github client Id and client secret.

Please follow the below steps to get the GitHub App Client Id and Client Secret.

1. Login to your GitHub account.

2. Click the GitHub Developer website to create App Client Id and Client Secret.

3. Add your app name and enter any additional information required as shown in the below screenshot. And click the Register application button.



Screenshot1


4. The result page will display the Client ID for the app you have created in the previous step.

Screenshot2


5. Click Generate a new client secret.


Screenshot2



Screenshot6


Comments