Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

Add Sign in with open-git and installation token minting.

last month

5c7d7e5
Authored
moss8/16/2026, 1:26:43 AM
Bots need an identity grant and a short-lived ogi_ token so they can act without a user PAT.

Parentbd1f537

11 files changed
  • apps/web/app/.well-known/oauth-authorization-server/route.ts+5−0
  • apps/web/app/.well-known/openid-configuration/route.ts+5−0
  • apps/web/app/api/v1/app/installations/[id]/access_tokens/route.ts+73−0
  • apps/web/app/api/v1/app/installations/[id]/link/route.ts+83−0
  • apps/web/app/oauth/consent/consent-form.tsx+130−0
  • apps/web/app/oauth/consent/page.tsx+60−0
  • apps/web/lib/auth-client.ts+2−1
  • apps/web/lib/auth.ts+26−1
  • apps/web/next.config.mjs+9−0
  • apps/web/package.json+4−1
  • apps/web/scripts/seed-oauth-staff.ts+27−0