feat(ui): add identity management for tenants and users
CI / build-and-test (push) Successful in 1m47s

* Implement tenant and user creation in IdentityPage
* Add API calls for managing tenants and users
* Introduce tenant-scoped API requests
* Update sidebar to include identity navigation
* Create BooleanStatusBadge component for key status
This commit is contained in:
2026-07-20 22:50:55 +02:00
parent 3d4e6d0939
commit 196b543bee
64 changed files with 3363 additions and 615 deletions
+2
View File
@@ -23,6 +23,8 @@ auth:
keys:
- id: "local-client"
value: "replace-me"
tenant_id: "local"
superadmin: true
description: "main local client key"
oauth:
clients:
+2
View File
@@ -21,6 +21,8 @@ auth:
keys:
- id: "local-client"
value: "replace-me"
tenant_id: "local"
superadmin: true
description: "main local client key"
oauth:
clients:
+2
View File
@@ -21,6 +21,8 @@ auth:
keys:
- id: "local-client"
value: "replace-me"
tenant_id: "local"
superadmin: true
description: "main local client key"
oauth:
clients: