-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Question: How is it different from loginUsingId #5
Comments
It's not an issue :) Some points:
There's also some specific scenarios:
But the main usage for us; we are implementing user impersonation on each of our Laravel projects (4 ~ 6 / month). We're smart and we don't want to repeat boring stuff... |
@MarceauKa makes lots of sense, that explanation must be on top of package intro/docs so others don't get confused too :) |
@sarfraznawaz2005 Point! I keep the issue opened. |
I second @sarfraznawaz2005 's comment. The concept behind this needs to be at the top. I was looking for same information. I had to sort the issues from Old to New to get here. 😛 Please add this on the top of |
How is this package special because we can already login somebody else using
auth()->loginUsingId()
method ?Thanks
The text was updated successfully, but these errors were encountered: