Laravel allows you to easily impersonate users using Auth::login($user). Since we implemented Auth0 for our users to login, we are no longer able to do this. After performing an Auth::login($user) and redirecting to the dashboard, we get redirected to the login page.
Anyone have any idea’s on how to successfully impersonate a user in Laravel when using Auth0 for login?
Sometimes we need to log in as our users in order to provide technical support or troubleshoot technical issues that a specific user might be experiencing.
I understand, and unfortunately there is going to be no way to do this since we deprecated the feature due to the security concerns it raised. If you have a specific issue you need to troubleshoot or support topic, I may be able to provide guidance, but you will not be able to log in as your users.