Skip to content

Evaluate registration and login as anonymous-then-authenticated flows#8

Merged
bartes merged 1 commit into
mainfrom
login-filter-then-risk
Jun 9, 2026
Merged

Evaluate registration and login as anonymous-then-authenticated flows#8
bartes merged 1 commit into
mainfrom
login-filter-then-risk

Conversation

@bartes

@bartes bartes commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Sends registration to the Filter API with the submitted form params: $attempted for a new email and $failed (resolved to the existing user via matching_user_id) for an email that already exists.

Runs login as a sequence on a single request token: a Filter $login/$attempted call first, then a Risk $login/$succeeded call on valid credentials or a Filter $login/$failed call on a wrong password (with matching_user_id) or an unknown user. The login demo page renders each step of the sequence (endpoint, payload, verdict).

Send registration to the Filter API with the form params: $attempted for a new
email and $failed (resolved via matching_user_id) for an email that already
exists. Run login as a Filter $attempted call followed, on the same request
token, by a Risk $succeeded call on success or a Filter $failed call on a wrong
password or unknown user. The login demo renders each step of the sequence.
@bartes bartes merged commit 50b3d97 into main Jun 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant