-
Hello,
I am sorry if it is wrong to post here.
I want to use this package in my application and I am using options api vue.js 3 and only JavaScript not Type script, so I don't need defineComponent…
-
**Describe the Issue**
after sending an authentication request, localhost/sanctum/csrf-cookie, we expect some cookies to be set but non is set and the request returns correctly with headers set-cooki…
-
- Laravel Version: v8.49.2
- PHP Version: 8.0.8
- Database Driver & Version: mysql & 8.0.25
### Description:
Using sanctum middleware.
Laravel test requests seem to remember some kind o…
-
The tryAutoLogin feature doesn't work when HttpOnly is enabled for the XSRF cookie. Since this is the default setting by Laravel (for security reasons), maybe it's better to let vue-sanctum set a cust…
-
Hey All,
So I'm using Laravel Sanctum package for single page authentication.
[SPA authentication in sanctum](https://laravel.com/docs/8.x/sanctum#spa-authentication)
The setup:
i have subdo…
-
I'm sorry if this is a question that has already been clarified, but I couldn't find the result.
I believe that a new instance of the model is being returned to the method;
Im using `laravel` v8.54…
-
I can't get this plugin works by following the configuration steps mentioned in the docs. I also confused with `target` in `proxy` and `url` at the very bottom.
It took me 3 hours scratching my hea…
-
Debugbar: 3.2.8
Laravel: 5.7 and 5.8 and 6
Debugbar is causing cookie/session problems when being injected via InjectDebugbar() on error pages.
`ErrorException/public/index.php in ?
Notice: Tr…
-
I'm Using Nuxt Auth Module With Laravel Sanctum
**Issue are**
the user request is being sent automatically when the page starts, even though I'm not login or trying to login
![image](https://us…
-
After successful registration and login, every route with middleware auth:sanctum returns a status code: 401 **Unauthorized**, what could be the problem?