Home

madison / open-git

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

Add organization developer settings for bots and OAuth apps.

last month

ea93b0e
Authored
moss8/16/2026, 1:26:50 AM
Publishers need a place to create a bot, dump secrets, and register the linked Sign in with open-git client.

Parentf649dd1

10 files changed
  • apps/web/app/settings/organizations/[slug]/_components/organization-settings-nav.tsx+2−0
  • apps/web/app/settings/organizations/[slug]/developer/actions.ts+451−0
  • apps/web/app/settings/organizations/[slug]/developer/bot-forms.tsx+762−0
  • apps/web/app/settings/organizations/[slug]/developer/bots/[id]/page.tsx+83−0
  • apps/web/app/settings/organizations/[slug]/developer/bots/[id]/verify/page.tsx+39−0
  • apps/web/app/settings/organizations/[slug]/developer/bots/new/page.tsx+28−0
  • apps/web/app/settings/organizations/[slug]/developer/oauth-forms.tsx+162−0
  • apps/web/app/settings/organizations/[slug]/developer/oauth/[id]/page.tsx+43−0
  • apps/web/app/settings/organizations/[slug]/developer/oauth/new/page.tsx+27−0
  • apps/web/app/settings/organizations/[slug]/developer/page.tsx+118−0