feat(app): wire dashboard administration flows
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user