Log in to user account as support agent?

Some users report issues with not seeing records, is there some sort of admin code I have to knock to log in? When I was doing logins through my own system I had a rotating support login key but now that i do it via supabase oauth what can I do?
5 Replies
silentworks
silentworks2w ago
You would have to build such feature in your app if the issue is in your app. In the Supabase Dashboard you can impersonate a user but this won’t give you the same experience as your user in your app.
Mateusz Kielbasa
Mateusz KielbasaOP2w ago
can i use magic link?
silentworks
silentworks2w ago
I’m not sure how this relates to logging in as a user
Mateusz Kielbasa
Mateusz KielbasaOP2w ago
redirect magic link to the support agent instead of to the user Thats the idea at least
silentworks
silentworks2w ago
That’s not how magic links work. But again this is something you’d have to build into your app.

Did you find this page helpful?