mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
The dashboard treated agent-auth as a sub-app whose enablement inherited from the authentication parent, while the backend and both enable paths keyed off agent-auth's own flag. The dashboard page therefore stayed 'App is not enabled' after enabling. Add a shared isAppEnabledInInstalledApps resolver (used by backend + dashboard) and mark agent-auth independentlyEnableable so it is governed by its own flag; other sub-apps (e.g. fraud-protection) keep parent-inheritance. Co-Authored-By: madison@stack-auth.com <madison.w.kennedy@gmail.com> |
||
|---|---|---|
| .. | ||
| prisma | ||
| scripts | ||
| src | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| instrumentation-client.ts | ||
| LICENSE | ||
| next.config.mjs | ||
| package.json | ||
| prisma.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||