Skip to content

Commit

Permalink
longer time
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhollmann committed Sep 13, 2024
1 parent 79954ea commit 3b3b09e
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 266 deletions.
2 changes: 2 additions & 0 deletions app/Config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'standard' => [
'driver' => 'session',
'provider' => 'users',
'remember' => "1440",
],
'ldap' => [
'driver' => 'ldap-session',
Expand All @@ -46,6 +47,7 @@
'oidc' => [
'driver' => 'async-external-session',
'provider' => 'external',
'remember' => "1440",
],
'api' => [
'driver' => 'api-token',
Expand Down
Loading

0 comments on commit 3b3b09e

Please sign in to comment.