aboutsummaryrefslogtreecommitdiff
path: root/ci/config/Essentials.Accounts.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-16 12:09:33 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-16 12:09:33 -0500
commitaf67dab96747c7d83380e67de91dd25f46e9681f (patch)
treea0dc584291dc73cbff3ff4db8d3f28a7d714b25f /ci/config/Essentials.Accounts.json
parent0d25abab798c005266a1c0b4eeba957d232d4328 (diff)
fixes, image preview, and prep for framework update
Diffstat (limited to 'ci/config/Essentials.Accounts.json')
-rw-r--r--ci/config/Essentials.Accounts.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/config/Essentials.Accounts.json b/ci/config/Essentials.Accounts.json
index 47ab0fb..b28caf4 100644
--- a/ci/config/Essentials.Accounts.json
+++ b/ci/config/Essentials.Accounts.json
@@ -63,8 +63,8 @@
//Path/domain for all security cookies
"cookie_domain": "",
"cookie_path": "/",
- "status_cookie_name": "li",
- "otp_header_name": "X-Web-Token",
+ "status_cookie_name": "li", //front-end cookie name must match to detect login status
+ "otp_header_name": "X-Web-Token", //Front-end header name must match
"otp_time_diff_sec": 30,
"otp_key_size": 64,
"pubkey_cookie_name": "client-id",