Browse Source

update config file

Taylor Otwell 5 years ago
parent
commit
d201c69a8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/auth.php

+ 1 - 0
config/auth.php

@@ -44,6 +44,7 @@ return [
         'api' => [
             'driver' => 'token',
             'provider' => 'users',
+            'hash' => false,
         ],
     ],