goth
goth copied to clipboard
Disable warning on startup?
Hello,
I would like to disable the warning that is shown for no SESSION SECRET. Is this possible? I looked into the source and I don't think it is possible, but who knows.
Best regards
If anyone is curious, this is a possible solution:
// this store is not to be used
gothic.Store = sessions.NewCookieStore([]byte(""))
Initialize an empty store and the warnings stop.