Skip to content

Fix infinite redirect loop after OTP verification in phone-verified s…#2

Merged
codingdotlog merged 1 commit into
masterfrom
claude/survey-login-otp-loop-na8or7
Jul 16, 2026
Merged

Fix infinite redirect loop after OTP verification in phone-verified s…#2
codingdotlog merged 1 commit into
masterfrom
claude/survey-login-otp-loop-na8or7

Conversation

@codingdotlog

Copy link
Copy Markdown
Owner

…urveys

participateSurvey() only checked session "user" (admin) instead of the participant's own "participator" session, so a successfully OTP-verified participant kept bouncing between /d/{slug} and /participate, spamming requests until the host's rate limiter kicked in.

…urveys

participateSurvey() only checked session "user" (admin) instead of the
participant's own "participator" session, so a successfully OTP-verified
participant kept bouncing between /d/{slug} and /participate, spamming
requests until the host's rate limiter kicked in.
@codingdotlog
codingdotlog merged commit 8c7a3ff into master Jul 16, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants