I have a multi-tenant app and I would like to be able login to my customer's dashboards for easier debugging. Is it possible to impersonate a user like in the Supabase dashboard, in my own app, using some of the secret keys? And is it safe to do so? Locally in dev mode is enough.
I use Next.js