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": [