mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Basic token configuration.
This commit is contained in:
parent
3eb8613ff8
commit
435104304e
@ -31,7 +31,7 @@ return [
|
||||
| users are actually retrieved out of your database or other storage
|
||||
| mechanisms used by this application to persist your user's data.
|
||||
|
|
||||
| Supported: "session"
|
||||
| Supported: "session", "token"
|
||||
|
|
||||
*/
|
||||
|
||||
@ -42,7 +42,8 @@ return [
|
||||
],
|
||||
|
||||
// 'api' => [
|
||||
|
||||
// 'driver' => 'token',
|
||||
// 'source' => 'users',
|
||||
// ],
|
||||
],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user