jose123v

Results 22 comments of jose123v

You have to extend auth0 guard and replace it, on you custom auth0 guard you have to implement `quietLogin` and `quietLogout` logic. https://github.com/404labfr/laravel-impersonate/blob/d8ab69f05daab4117b313e11ca007fbf3199a1ab/src/Guard/SessionGuard.php#L8-L38 https://github.com/404labfr/laravel-impersonate/blob/d8ab69f05daab4117b313e11ca007fbf3199a1ab/src/ImpersonateServiceProvider.php#L131-L134

https://github.com/404labfr/laravel-impersonate/issues/188#issuecomment-1969216403 Sanctum/Passport uses other guard session, this only supports default `session`, but it could be fixed adding `quietLogin` and `quietLogout` logic.

Ideas https://github.com/apache/netbeans/discussions/7231#discussion-6452398

Seems like you forgot adding the trait https://github.com/topclaudy/compoships/blob/fc381a384b011404775820ffb394b9baae6ec032/README.md?plain=1#L47

Did you try adding `/.ufm` to `open_basedir` config?

Feel free to open a PR fixing it

Maybe https://github.com/404labfr/laravel-impersonate/issues/183#issuecomment-2090775228 `TokenGuard` is `Macroable` [laravel/passport/Guards/TokenGuard.php#L28-L30](https://github.com/laravel/passport/blob/8ea1dd41745c89769fd8c4b207c4739eea707e95/src/Guards/TokenGuard.php#L28-L30)