We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c112d14 commit 2079d34Copy full SHA for 2079d34
config/sanctum.php
@@ -19,6 +19,20 @@
19
env('APP_URL') ? ','.parse_url(env('APP_URL'), PHP_URL_HOST) : ''
20
))),
21
22
+ /*
23
+ |--------------------------------------------------------------------------
24
+ | Sanctum Guards
25
26
+ |
27
+ | This array contains the authentication guards that will be checked when
28
+ | Sanctum is trying to authenticate a request. If none of these guards
29
+ | are able to authenticate the request, Sanctum will use the bearer
30
+ | token that's present on an incoming request for authentication.
31
32
+ */
33
+
34
+ 'guard' => ['web'],
35
36
/*
37
|--------------------------------------------------------------------------
38
| Expiration Minutes
0 commit comments