Package version:

The configuration settings of the GitHub provider.

interface GitHub {
    enabled?: boolean;
    login?: LoginScopes;
    registration?: ClientRegistration;
}

Properties

enabled?: boolean

false if the GitHub provider should not be enabled despite the set registration; otherwise, true.

login?: LoginScopes

The configuration settings of the login flow.

registration?: ClientRegistration

The configuration settings of the app registration for the GitHub provider.