Frontend implementation of impersonation using @zitadel/react
Firstly, raised this as an issue so we get a log of this: https://github.com/zitadel/zitadel-react/issues/31
Just wanted to know how to use the token exchange functionality to then reinitiate a frontend session using the impersonated token the backend has issued.
Thanks
Just wanted to know how to use the token exchange functionality to then reinitiate a frontend session using the impersonated token the backend has issued.
Thanks
GitHub
Hey, I've implemented a backend handler to take the access token from the frontend and a target userid, and if the roles/permissions are all good, permits them to exchange their token for the t...
