feat(app): wire dashboard administration flows

This commit is contained in:
2026-05-07 15:35:37 +00:00
parent e9eb9b4172
commit 91f06ccae1
91 changed files with 4087 additions and 5863 deletions
+22
View File
@@ -0,0 +1,22 @@
# ts_seed
Interactive development seed tooling for local idp.global databases.
Run from the app repository root:
```bash
pnpm run seed
```
The CLI reads the same qenv setup as the app, including `.nogit/env.json`, and asks before writing data.
Available scenarios:
- Demo workspace: global admin, organization, demo users, and global OAuth apps.
- Admin only: global admin, organization, and global OAuth apps.
- Global apps only: first-party/global OAuth app records.
Default development admin credentials when accepted unchanged:
- Email: `admin@idp.global`
- Password: `idp.global`