Skip to main content
Module

x/fathym_common/src/oauth/createGitHubOAuth.ts>createGitHubOAuth

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function createGitHubOAuth
import { createGitHubOAuth } from "https://deno.land/x/fathym_common@v0.2.22-integration/src/oauth/createGitHubOAuth.ts";

Creates an OAuth helpers object for GitHub OAuth.

Parameters

clientId: string

The scopes for the GitHub OAuth flow.

clientSecret: string
scopes: string[]

Returns

An OAuth helpers object for GitHub OAuth.