-
Notifications
You must be signed in to change notification settings - Fork 25
Middleware auth problem #31
Comments
İndex Page - No Middleware : https://ibb.co/fSLR232 |
Hello, please refer to this part of documentation. |
I have done all the operations here, but as I said (middleware: 'auth') I get an 'Unauthenticated' error when I do not add it. |
This should work. |
|
https://www.veed.io/view/f2ae314e-5adf-43d6-b206-b3d41ab2c24e **Here I am giving an example of the problem I am experiencing with a video. |
@kreejzak Were you able to look at the problem? |
@kreejzak I guess you couldn't find a solution. I will look for another way. |
How should laravel sanctum output data? @kreejzak |
Hi, sorry, we had a national holiday, so I was off. |
Hello, I am using your plugin for my website. I want to check the user login process in the header of a public website. But when I use middleware, when 'guest', the index section does not appear when logged in. When I do 'auth', I cannot see the index page when I am not logged in. How can I pull data with both 'auth' and 'guest'? I can't pull auth data on pages where I don't use middleware auth.
The text was updated successfully, but these errors were encountered: