You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my own custom impersonation functionality and don't need the 404labfr package.
I have forked the package and removed the requirement for the 404labfr package and it's working nicely, so if I could suggest adding an interface with the required methods:
clear
findUserById
isImpersonating
leave
And can then it's possible register the 'impersonate' service with those methods and any custom impersonation service can be used.
And a suggestion to use the 404labfr package by default.
If this is something you're interested in adding, I'm happy to make a PR.
The text was updated successfully, but these errors were encountered:
FYI in Nova 4 we will be introducing a new Laravel\Nova\Contracts\ImpersonatesUsers interface. I believe the integration with 404labfr will be much simplified moving forward by just implementing the contract and use the UI available directly from Nova.
Super useful package by the way!
I have my own custom impersonation functionality and don't need the 404labfr package.
I have forked the package and removed the requirement for the 404labfr package and it's working nicely, so if I could suggest adding an interface with the required methods:
clear
findUserById
isImpersonating
leave
And can then it's possible register the 'impersonate' service with those methods and any custom impersonation service can be used.
And a suggestion to use the 404labfr package by default.
If this is something you're interested in adding, I'm happy to make a PR.
The text was updated successfully, but these errors were encountered: