tests: use new auth config in tests

This commit is contained in:
Stavros
2025-07-04 01:18:22 +03:00
parent ebcf6e6aa6
commit 5409aa5f7f

View File

@@ -44,7 +44,8 @@ var handlersConfig = types.HandlersConfig{
var authConfig = types.AuthConfig{
Users: types.Users{},
OauthWhitelist: "",
Secret: "super-secret-api-thing-for-tests", // It is 32 chars long
HMACSecret: "super-secret-api-thing-for-tests",
EncryptionSecret: "super-secret-api-thing-for-tests",
CookieSecure: false,
SessionExpiry: 3600,
LoginTimeout: 0,