feat: add real account workspace controls

This commit is contained in:
2026-07-02 19:52:29 -07:00
parent 1b8fae0116
commit 1cdf89c608
12 changed files with 759 additions and 203 deletions

View File

@@ -9,6 +9,7 @@ export async function GET(): Promise<Response> {
return jsonSuccess("Session loaded", {
account: context?.account ?? null,
organization: context?.organization ?? null,
organizations: context?.organizations ?? [],
membership: context?.membership ?? null,
permissions: context?.permissions ?? [],
});