jam.oauth2.builtin.github
github
¶
Classes:
Name | Description |
---|---|
GitHubOAuth2Client |
Rady to use GitHub OAuth2 provider. |
GitHubOAuth2Client
¶
GitHubOAuth2Client(
client_id: str, client_secret: str, redirect_url: str
)
Bases: OAuth2Client
Rady to use GitHub OAuth2 provider.
See: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps
Parameters:
Name | Type | Description | Default |
---|---|---|---|
client_id
|
str
|
ID of your app |
required |
client_secret
|
str
|
Secret key |
required |
redirect_url
|
str
|
URL for your app |
required |
FILE PATH: jam/oauth2/builtin/github.py