-
Hi,
I managed to make it work, it works flawlessly, with my own VueJS SPA, sanctum as the auth, etc.
The only trouble I have is that once I verified the token, the user is not refreshed until th…
-
An enhancement should be added to the project. When a user is logged in, they should be able to see a menu to save Bible verses as they read through the Bible. These verses should then be visible with…
-
Hello again, is it possible to add an option to choose the boot order ? At the moment the extension boot is added using push putting it after the boot files defined in quasar configuration. If there w…
-
For people doing full SPA and managing routes under the `/api/` prefix group, it seems weird to have `/sanctum/csrf-cookie` as the CSRF initialize route, something lile `/api/csrf-cookie` would make m…
-
- Sanctum Version: 2.7.0
- Laravel Version: 8.*
- PHP Version: 7.4
- Database Driver & Version: Mysql 5.7
### Description:
This is a bug and/feature request i guess.
For the loginCont…
-
It would be nice to be able to filter requests by method.
With cross-origin AJAX requests, clockwork logs every single OPTIONS preflight request, which is kind of meaningless. Maybe these should be i…
-
Hi
About getting CSRF : https://github.com/livewire/livewire/blob/b8a1e77ed68012df6ce755a1568ffcac2b837e7a/js/util/getCsrfToken.js#L2
I think if you get CSRF with https://laravel.com/docs/8.x/sa…
ghost updated
4 years ago
-
-
- Sanctum Version: 2.5.0
- Laravel Version: 7
- PHP Version: 7.4
- Database Driver & Version:
### Description:
In my case, I have 2 SPA: app.mydomain.com and cms.mydomain.com.
Laravel API is…
-
Hello,
Since last version of Sanctum, my sessions last_activity is not updated after an API call with middlware auth:sanctum. Any idea why ?
I uses Sanctum for SPA. and my session driver is dat…