pow-auth / pow_site

Website for Pow
https://powauth.com
MIT License
4 stars 2 forks source link

Guide on admin user impersonation logic #19

Open danschultzer opened 4 years ago

danschultzer commented 4 years ago

A common setup for larger platforms with user and admin setup is to allow for admins to see what a user sees, by impersonating the user. It's very simple to set up with Pow, but it might not be obvious how to go around this.

jacobwarren commented 4 years ago

If you can outline the setup process, I can write up the guide on how to use it in an API. As I need to implement this soon myself.

justinbkay commented 3 years ago

Hi,

Was any headway made on this documentation? I need to implement user impersonation logic with Pow. Just not sure of the best way.