-
- Jetstream Version: 1.4.1
- Jetstream Stack: Inertia
- Laravel Version: 8.10.0
- PHP Version: 7.4.11
### Description:
The default /api/user route is not accessible. When logged out, the login …
-
https://readouble.com/laravel/7.x/ja/sanctum.html#how-it-works
`Tip!!` 内に
> APIトークン認証だけを使う場合、もしくはAPIトークン認証だけを使う場合のどちらにもSanctumは適しています。Sanctumが2つの機能を提供しているからといって、両方共に使う必要はありません。
とあります。
`API…
-
I'm using Laravel Sanctum to authenticate my SPA, but it seems that when the app first loads the AuthModule is trying to fetch the user before the user logs in because I have a console error `GET http…
-
Hi,
Fitst of all: I love the package, great work!
I have a question regarding storage of the tokens in a frontend setting. It is bad practice to store them in localStorage for security reasons. …
-
- Sanctum Version: v2.4.2
- Laravel Version: 7.24.0
### Description:
When I try use Vue SPA call api to Laravel server, I got response with Set-Cookie but browser (Chrome) can't set cookie.…
-
### Description
Now that Craft has fantastic support for running in a headless mode I’d love to have a built-in way to authenticate users when the front end is disconnected from Craft. For instance, …
-
Is it possible to authenticate the playground with sanctum's SPA authentication? Or would it be better to just generate a token and add the bearer auth value to the headers? I've been trying to figure…
-
I want to make a start with setting up a basic api using Nest JS. I want to choose that mainly because of a few reasons. First it is same language as the websocket and will be similar to the choice fo…
-
- Sanctum Version: 2.3
- Laravel Version: 7.x
- PHP Version: 7.4.2
- Database Driver & Version: MySQL 8.0.x
### Description:
In my SPA I have a logout route that calls ```Auth::guard('web')->lo…
-
- Sanctum Version: 2.4.0
- Laravel Version: 7.15.0
- PHP Version: 7.4.6
- Database Driver & Version:
10.1.44-MariaDB-0ubuntu0.18.04.1
### Description:
On Sanctum 2.3 I do not have any prob…