Cauê Faleiros b7f9efd0d1
Some checks failed
Build and Deploy / build-and-push (push) Failing after 1m38s
feat: implement tenant impersonation for super admins
- Added POST /api/impersonate/:tenantId to generate a specialized tenant-scoped JWT.

- Added UI button in SuperAdmin page to trigger impersonation.

- Saved original super_admin token to localStorage to allow returning without re-login.

- Added 'Retornar ao Painel Central' button in sidebar to quickly revert to super admin status.
2026-03-10 16:20:06 -03:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/3aacfdea-56fa-4154-a6b9-09ebdedfa306

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev
Description
No description provided
Readme 1.5 MiB
Languages
TypeScript 77.8%
JavaScript 21.5%
HTML 0.5%
Dockerfile 0.2%