auth.provider API
    Preparing search index...
    interface GithubProviderConfig {
        authCallbackUrl?: string;
        callbackURL: string;
        clientId: string;
        clientSecret: string;
        clientUrl?: string;
        endSessionEndpoint?: string;
        sessionDomain?: string;
    }
    Index

    Properties

    authCallbackUrl?: string

    URL of the auth-callback page (used to build the post-login redirect). Optional.

    callbackURL: string
    clientId: string
    clientSecret: string
    clientUrl?: string

    Fallback URL for the client app (used when no redirectTo is present). Optional.

    endSessionEndpoint?: string

    Override GitHub's end-session endpoint. When omitted, the provider redirects directly to postLogoutRedirectUri.

    sessionDomain?: string

    Cookie / session domain used to validate redirect URLs (e.g. ".example.com"). Optional.