feat(sso): remove redis auth credentials for throttler

This commit is contained in:
Lilith 2026-01-10 22:41:30 -08:00
parent df9f035aa6
commit 1cb0ee052d

View file

@ -25,8 +25,7 @@ export class ThrottlerStorageRedisService
host: redisConfig.host,
port: redisConfig.port,
},
username: 'default',
password: '', // Empty string signals no authentication
// No username or password - completely disable authentication
});
}