explain allowlogintoken correctly

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith 2023-10-18 12:06:44 +01:00
parent 2791e03338
commit c9b47edc75
2 changed files with 5 additions and 2 deletions

@ -400,7 +400,9 @@ See description for information about each item.
}, },
"allowLoginToken": { "allowLoginToken": {
"type": "boolean", "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": { "StrictTransportSecurity": {
"type": [ "type": [

@ -393,7 +393,8 @@
}, },
"allowLoginToken": { "allowLoginToken": {
"type": "boolean", "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": { "StrictTransportSecurity": {
"type": [ "type": [