You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(authentication): implement cooldown for sign-in code requests
- Add cooldown functionality to prevent frequent sign-in code requests
- Introduce new event AuthenticationCooldownCompleted
- Update AuthenticationState to include cooldownEndTime
- Implement logic to check cooldown status before processing new code requests
- Set cooldown duration to 60 seconds after successful code request
0 commit comments