stack/apps/backend
Devin AI 2f58d3ecd2 fix(agent-auth): make agent-auth independently enableable via shared resolver
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>
2026-07-08 01:56:44 +00:00
..
prisma Add agent auth MVP: first-class agent identity with scoped capabilities 2026-07-07 23:27:39 +00:00
scripts Add agent auth MVP: first-class agent identity with scoped capabilities 2026-07-07 23:27:39 +00:00
src fix(agent-auth): make agent-auth independently enableable via shared resolver 2026-07-08 01:56:44 +00:00
.env [Feat] [Refactor]: Implement Bulldozer JS (#1700) 2026-07-02 10:09:46 -07:00
.env.development [Feat] [Refactor]: Implement Bulldozer JS (#1700) 2026-07-02 10:09:46 -07:00
.eslintrc.cjs refactor: migrate config parsing from Babel AST to jiti (#1661) 2026-06-29 10:25:11 -07:00
.gitignore private files n sm build shit (#1276) 2026-03-23 12:31:36 -07:00
instrumentation-client.ts feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
LICENSE Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
next.config.mjs private files n sm build shit (#1276) 2026-03-23 12:31:36 -07:00
package.json Add agent auth MVP: first-class agent identity with scoped capabilities 2026-07-07 23:27:39 +00:00
prisma.config.ts Rename STACK_* env vars to HEXCLAVE_* in env templates, with legacy dual-read (#1588) 2026-06-19 18:58:53 -07:00
tsconfig.json Fix lint 2026-02-27 09:59:26 -08:00
vercel.json External db sync (#1036) 2026-02-05 12:04:31 -08:00
vitest.config.ts Rename STACK_* env vars to HEXCLAVE_* in env templates, with legacy dual-read (#1588) 2026-06-19 18:58:53 -07:00
vitest.setup.ts Customizable ports (#962) 2025-10-20 15:24:47 -07:00