feat(session-cleanup): implement session expiration cleanup #221

Merged
argoyle merged 1 commits from feat/session-expiration-cleanup into main 2025-12-29 12:17:55 +00:00

1 Commits

Author SHA1 Message Date
argoyle 972cf3ba45 feat(session-cleanup): implement session expiration cleanup
adds a cleanup mechanism for expired sessions to prevent memory leaks by 
deleting sessions and challenges that exceed the defined TTL. Each session 
is assigned a creation timestamp, which is updated upon activity, and the 
cleanup process runs every minute to maintain optimal memory usage.
2025-12-29 13:14:46 +01:00