Github
Deskree facilitates the utilization of GitHub OAuth, enabling users to sign in to your application securely using their GitHub credentials.
Last updated
Deskree facilitates the utilization of GitHub OAuth, enabling users to sign in to your application securely using their GitHub credentials.
Last updated
Initiate the setup of GitHub authentication by accessing your project. Navigate to the Authentication section in the left menu and proceed to enable GitHub authentication by clicking the GitHub button.
To initiate the setup of GitHub authentication, the initial step involves creating a GitHub application. During this process, you'll be required to furnish the following values:
Parameter | Data Type | Description |
---|---|---|
Client ID | string | The client ID is generated as part of the GitHub OAuth Apps setup flow. For more detailed information, please refer to the official documentation. |
Client Secret | string | The client secret is generated in the course of the GitHub OAuth Apps setup flow. For additional details, please consult the official documentation. |