GitHubConfig

pydantic settings gafaelfawr.config.GitHubConfig

Configuration for the GitHub authentication provider.

Parameters:
Fields:
field clientId: str [Required] (name 'client_id')

Client ID of the GitHub OAuth App

field clientSecret: SecretStr [Required] (name 'client_secret')

Secret for the GitHub OAuth App