Browse Source

Basic token configuration.

Taylor Otwell 8 years ago
parent
commit
435104304e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      config/auth.php

+ 3 - 2
config/auth.php

@@ -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',
         // ],
     ],