-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does it work with auth0? #188
Comments
You have to extend auth0 guard and replace it, on you custom auth0 guard you have to implement laravel-impersonate/src/Guard/SessionGuard.php Lines 8 to 38 in d8ab69f
laravel-impersonate/src/ImpersonateServiceProvider.php Lines 131 to 134 in d8ab69f
|
Good afternoon. I'm running into an issue getting Auth0 and Laravel-impersonate working together as well, although for me the only error I see in my logs is @jose123v your idea of extending the Auth0 guard sounds promising, but unfortunately their AuthenticationGuard is defined as Is there a different way to go about this? |
Hi, I'm trying to make some upgrades usign auth0 7.12 and impersonate, and trying to use the auth0 guard but I'm getting this error:
Call to undefined method Auth0\Laravel\Guards\AuthenticationGuard::quietLogin()
Before that I was using impersonate with the web guard and worked fine.
Is there a way I can use auth0 with this package?
The text was updated successfully, but these errors were encountered: