-
Notifications
You must be signed in to change notification settings - Fork 113
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
Auth::user() is null for AsyncWidgets #102
Comments
Hi, what Laravel version do you use? |
Laravel Framework 5.6.15 |
Thanks for reporting. Resolved in https://github.com/arrilot/laravel-widgets/releases/tag/3.11.0 |
Same story. I've updated package, http://jmp.sh/6VZmO2r but @asyncWidget saying that \Auth::user() === NULL. P.S. If that important - Laravel was updated to 5.6.16 |
Was package config published to your app? If so you need to add 'web' middleware to it |
Yep. That help. Thanks for advice. |
Hi. First of all - thanks for that cool package.
One question. When I'm using @asyncWidget my Auth::user is null, if I use @widget - all works fine.
Is there are a way to make Auth::user working for @asyncWidget request? Thanks.
The text was updated successfully, but these errors were encountered: