How to login as customer for super admin (when using xano plugin)

So I have users on my app who need me to login to their app and check their setup.
I have to get their username and password everytime to do that.

Is there a way I can do it since i am the owner

How do you go about doing this ?

My goal is to quickly log into customer accounts without having to get their passwords
AFTER i login as admin.

Or i can generate auth token or whatever needed from xano backend and then try to login as customer as well.

thanks

Figured it out , posting solution for anyone else who might be looking for this.

Get auth token with a new API only superadmins can access (lock it in xano with a pre condition so noone else can access it)

Then store that token in STORE AUTH TOKEN action

Then do Fetch User and viola , you are in as your customer

Weweb is awesome.

image

3 Likes

Awesome! Nicely done :slight_smile: Thanks a lot for taking the time to share the solution with everyone on here. Really appreciate it!

1 Like