Make tenant creation implicit

This commit is contained in:
Jon Staab
2026-03-27 11:16:07 -07:00
parent 6415bcd7b7
commit 72b7a8db45
9 changed files with 39 additions and 79 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ The api allows the frontend to access the database. Most endpoints are authentic
- Calls `GET /identity`
- Requires authentication
- Returns `{ pubkey, is_admin, is_tenant }` for the authorized user
- Returns `{ pubkey, is_admin }` for the authorized user
## Plan methods