Commit 43510430 authored by Taylor Otwell's avatar Taylor Otwell

Basic token configuration.

parent 3eb8613f
......@@ -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',
// ],
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment