mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
c8e76a52b7
Remove 121 lines of unused store methods: - CSRFTokenStore: Stop, ExtendCSRFToken - SessionStore: Stop, ExtendSession, GetSession - RecoveryTokenStore: Stop, save, GetActiveTokenCount, ValidateRecoveryToken These methods were part of a standard store pattern but never wired up to the application lifecycle. The constant-time validation variant is used instead of the timing-vulnerable ValidateRecoveryToken.