fix: require minimum 32 characters for JWT secrets

This commit is contained in:
Matthias
2026-05-09 08:35:04 +02:00
parent 22ef7697e8
commit c8605ae8fb
+1
View File
@@ -757,6 +757,7 @@ CONF_SCHEMA = {
"description": "Secret key for JWT authentication.",
"type": "string",
"default": "somethingRandomSomethingRandom123",
"minLength": 32,
},
"CORS_origins": {
"description": "List of allowed CORS origins.",