generate session secret key randomly each application start,

bump app version 1.0.6
This commit is contained in:
2025-02-11 07:09:48 +00:00
parent 09e9e99532
commit 320d2b117f
5 changed files with 15 additions and 8 deletions

View File

@@ -13,7 +13,6 @@ type Config struct {
LdapURL string `json:"ldapURL"`
StartTLS bool `json:"startTLS"`
BaseDN string `json:"baseDN"`
SessionSecretKey string `json:"sessionSecretKey"`
SessionCookieName string `json:"sessionCookieName"`
SessionCookie struct {
Path string `json:"path"`