File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 19
19
env ('APP_URL ' ) ? ', ' .parse_url (env ('APP_URL ' ), PHP_URL_HOST ) : ''
20
20
))),
21
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
+
22
36
/*
23
37
|--------------------------------------------------------------------------
24
38
| Expiration Minutes
You can’t perform that action at this time.
0 commit comments