]> BookStack Code Mirror - bookstack/blobdiff - app/Config/auth.php
Added tests to cover saml and added controller middleware
[bookstack] / app / Config / auth.php
index 7bf1ae7722c958cfd8940c4d30d43af78a76dbf6..5535a6f9ce88b1c5ea6fd972d212f00337dfdb24 100644 (file)
@@ -36,6 +36,7 @@ return [
         'api' => [
             'driver' => 'token',
             'provider' => 'users',
+            'hash' => false,
         ],
     ],
 
@@ -69,4 +70,4 @@ return [
         ],
     ],
 
-];
\ No newline at end of file
+];