Allow login sessions to last longer than 1hr
This commit is contained in:
@@ -66,7 +66,7 @@ access_control:
|
|||||||
session:
|
session:
|
||||||
name: authelia_session
|
name: authelia_session
|
||||||
secret: "{{ with nomadVar "nomad/jobs/authelia" }}{{ .session_secret }}{{ end }}"
|
secret: "{{ with nomadVar "nomad/jobs/authelia" }}{{ .session_secret }}{{ end }}"
|
||||||
expiration: 3600
|
expiration: "1 day and 9 hours"
|
||||||
cookies:
|
cookies:
|
||||||
- domain: othrayte.one
|
- domain: othrayte.one
|
||||||
authelia_url: "https://auth.othrayte.one"
|
authelia_url: "https://auth.othrayte.one"
|
||||||
|
|||||||
Reference in New Issue
Block a user