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
{{ message }}
This repository was archived by the owner on May 6, 2021. It is now read-only.
When the admin wishes to update the user's profile, the admin console backend would be calling the Auth User API for the same.
However, to do so, the admin console backend would need to call the Auth User API with the user's token which it doesn't have.
Therefore, the backend would need to generate the same ( a very shortlived one ~ 1min ) and make the necessary API calls to accomplish the administration task.