I want to implement a functionality where admin get to use the app as one of the users from the app.
so for example I am the admin I login using my email id and password, Now I want to see what 1 of the user (say X) is seeing in the app.
So I want to login as user X but I do not have his/her password. I do have access to the DB table where password is stored but the password is hashed so can't use that either.