Merge branch 'refactor/service-cache' into refactor/oidc-codes

This commit is contained in:
Stavros
2026-05-31 18:34:52 +03:00
6 changed files with 721 additions and 193 deletions
@@ -263,7 +263,7 @@ func TestContextMiddleware(t *testing.T) {
contextMiddleware := middleware.NewContextMiddleware(log, runtime, authService, broker, nil)
for _, test := range tests {
authService.ClearRateLimitsTestingOnly()
authService.ClearLoginAttempts()
t.Run(test.description, func(t *testing.T) {
gin.SetMode(gin.TestMode)