-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
I frequently find that debugging a user's problem would be much easier if I could sign in with their credentials, but it's poor form to ask them for their passwords. I've found the impersonate mechanism provided by discourse.org to be invaluable for this, and it would be a very useful feature for Parse as well.
I haven't studied the code, but it seems straightforward. First, specify an impersonation admin role in the server config, then in the existing signin entry point check if the current user has that role, and if so, grant a session token without checking the password.
This would require zero change in the clients, and minimal change to the server. Thoughts?
Metadata
Metadata
Assignees
Labels
No labels