Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias GithubOauthConfig
import { type GithubOauthConfig } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/examples/feature-apps/github-oauth-middleware/oauth.ts";
definition: { clientId?: string; clientSecret?: string; }