Quentin Gliech
67a0d0e92e
Implement cleanup job for OAuth2 device code grants
Add cleanup job that removes device code grants older than 7 days.
Uses ULID cursor-based pagination for efficiency.
- Add cleanup method to OAuth2DeviceCodeGrantRepository
- Add CleanupOAuthDeviceCodeGrantsJob task
- Register handler and schedule to run hourly
2026-01-16 17:40:11 +01:00
..
2026-01-16 17:40:11 +01:00
2026-01-15 12:29:43 +01:00
2026-01-16 17:40:11 +01:00
2025-06-12 10:32:16 +02:00
2025-12-04 14:44:16 +01:00