mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
The GitHub App Setup URL now lands on /auth/github/install, which renders a choice page: bind the installation to a new inst-{id} group or to an existing group the signed-in user owns (owner role re-checked on POST /auth/github/install/bind). Adds an App-JWT helper (getInstallationAccount) to name the auto-created group, audit entries, a console toast, and keeps the installation.created webhook fallback.
|
||
|---|---|---|
| .. | ||
| useAudit.ts | ||
| useGroupRoutes.ts | ||
| useGroups.ts | ||
| useI18n.ts | ||
| useInvites.ts | ||
| useLogs.ts | ||
| useToasts.ts | ||
| useWebhook.ts | ||