]> BookStack Code Mirror - bookstack/blobdiff - app/Config/auth.php
Minor capitalisation fix for Estonian
[bookstack] / app / Config / auth.php
index 5a5e727e563e4cc437f88304b4c0583aa50ffca5..88c22e70aca0760315963f942422adf6d2f8c511 100644 (file)
@@ -41,7 +41,7 @@ return [
             'provider' => 'external',
         ],
         'oidc' => [
-            'driver' => 'async-external-session',
+            'driver'   => 'async-external-session',
             'provider' => 'external',
         ],
         'api' => [
@@ -74,6 +74,7 @@ return [
             'email'    => 'emails.password',
             'table'    => 'password_resets',
             'expire'   => 60,
+            'throttle' => 60,
         ],
     ],