From c9b47edc75b138836fadb470a7fd8c1d258b3d9d Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Wed, 18 Oct 2023 12:06:44 +0100 Subject: [PATCH] explain allowlogintoken correctly Signed-off-by: Simon Smith --- docs/docs/meshcentral/config.md | 4 +++- meshcentral-config-schema.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs/meshcentral/config.md b/docs/docs/meshcentral/config.md index 2bc3a643..aed10ba2 100644 --- a/docs/docs/meshcentral/config.md +++ b/docs/docs/meshcentral/config.md @@ -400,7 +400,9 @@ See description for information about each item. }, "allowLoginToken": { "type": "boolean", - "default": false + "default": false, + "description": "When set to true, MeshCentral will allow login tokens to be used in the URL as a replacement for user login. This is useful along with \"allowFraming\" option to embed MeshCentral features into another website" + }, "StrictTransportSecurity": { "type": [ diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 0ba5d134..578d6fc4 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -393,7 +393,8 @@ }, "allowLoginToken": { "type": "boolean", - "default": false + "default": false, + "description": "When set to true, MeshCentral will allow login tokens to be used in the URL as a replacement for user login. This is useful along with \"allowFraming\" option to embed MeshCentral features into another website" }, "StrictTransportSecurity": { "type": [