You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, my project is multidomain. Not just subdomains but absolutely different domains. Admin is on main domain but he also should be able to impersonate users from another domains.
Any suggestions how i can impersonate with other domians?
Thank you!
The text was updated successfully, but these errors were encountered:
You would need to use a JWT for this, then for the user you want to impersonate, get their JWT token and open a new tab with a JWT Authenticated route.
Hello, my project is multidomain. Not just subdomains but absolutely different domains. Admin is on main domain but he also should be able to impersonate users from another domains.
Any suggestions how i can impersonate with other domians?
Thank you!
The text was updated successfully, but these errors were encountered: