From 29af1aac6a7c66485aeaf10b91f3af56e509bbdb Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Fri, 13 Nov 2020 07:45:46 +1100 Subject: [PATCH] [DOCS] Update session docs to clarify encryption (#1448) This looks like it just fell out of sync with what actually already exists within the [`config.template.yml`](https://github.com/authelia/authelia/blob/695cd5bf8f5d964ffff715c1ea14c240299c6899/config.template.yml#L291). --- docs/configuration/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/session.md b/docs/configuration/session.md index 7837a9931..ca06ab67e 100644 --- a/docs/configuration/session.md +++ b/docs/configuration/session.md @@ -22,7 +22,7 @@ session: # The name of the session cookie. (default: authelia_session). name: authelia_session - # The secret to encrypt the session cookie. + # The secret to encrypt the session data. This is only used with Redis. # Secret can also be set using a secret: https://docs.authelia.com/configuration/secrets.html secret: unsecure_session_secret