true user reset after UI refresh
yuvalbau opened this issue · 1 comments
yuvalbau commented
I implemented the pretender gem on my app in order to use impersonations .
Im using Devise auth and the issue is :
after impersonating the current_user and true_user are set correctly, but once i refresh the application , true_user is reset to be similar as the current_user (the impersonated one ).
thanks :)