From bdc37b11561f9d9ad4b71f09570d4800d88825ef Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 18 May 2026 15:27:08 +0200 Subject: [PATCH] docs(claude): add LoginRateLimiter and RateLimitProperties to auth package entry Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 6481eb8f..544b1253 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -77,7 +77,7 @@ npm run generate:api # Regenerate TypeScript API types from OpenAPI spec ``` backend/src/main/java/org/raddatz/familienarchiv/ ├── audit/ Audit logging -├── auth/ AuthService, AuthSessionController, LoginRequest (Spring Session JDBC) +├── auth/ AuthService, AuthSessionController, LoginRequest, LoginRateLimiter, RateLimitProperties (Spring Session JDBC) ├── config/ Infrastructure config (Minio, Async, Web) ├── dashboard/ Dashboard analytics + StatsController/StatsService ├── document/ Document domain (entities, controller, service, repository, DTOs)