]> git.localhorst.tv Git - alttp.git/blobdiff - config/auth.php
add good bee visual
[alttp.git] / config / auth.php
index d8c6cee7c19c410449b5b9458bde053ae8f5bda0..736a87ede2fcddeedc0f75c44284028fe13281d6 100644 (file)
@@ -40,6 +40,11 @@ return [
             'driver' => 'session',
             'provider' => 'users',
         ],
+        'api' => [
+            'driver' => 'token',
+            'provider' => 'users',
+            'hash' => false,
+        ],
     ],
 
     /*