-
Notifications
You must be signed in to change notification settings - Fork 113
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
Get user in LoginProxy #39
Comments
hi @sreinoso , did you able to solve this? |
I found the solution, just simply use |
No, I did not found the solution, I will try it! |
@esien525 Is it possible to use multiple tables against laravel passport? |
@fernandocoronatomf, I forget how i do it already. Haha But i think it is possible as it works like laravel guard.
the code is not tested, but i hope it helps |
Thanks for answering but perhaps I did not make myself clear. i had to extend some passport classes to make it work and then switch the guard in a middleware + overwrite some other methods from passport classes. |
Hi, I'm interested on get the user to return to angular2 in LoginProxy@proxy, but I did not find which class or object returns this.
I need something like this:
I thought something like
$this->auth->user()
but it seems it's not defined.What am I doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: