Quentin Gliech
fc07a32a8c
Implement cleanup job for OAuth2 authorization grants
Add cleanup job that removes authorization grants older than 7 days.
Uses ULID cursor-based pagination for efficiency.
- Add cleanup method to OAuth2AuthorizationGrantRepository trait
- Add CleanupOAuthAuthorizationGrantsJob task
- Register handler and schedule to run hourly
2026-01-16 17:39:38 +01:00
..
2026-01-16 17:39:38 +01:00
2026-01-15 12:29:43 +01:00
2026-01-16 17:39:38 +01:00
2025-06-12 10:32:16 +02:00
2025-12-04 14:44:16 +01:00