feat(agent-world): user email verification (Phase 5B) - #25
Merged
Conversation
Wires tinyplace 0.4.3 users email-verification: 2 controllers
(openhuman.tinyplace_users_{start,confirm}_email_verification). 73→75.
Updated the inline User/UserProfileUpdate types to the 0.4.3 shape
(avatar→avatarEmail, links→link, + email/emailVerified/…); SDK auto-signs.
Email-verification section in SettingsSection (send code → enter code → verify,
with verified/pending/error states). PII email redacted in logs. Rust param test
+ 9 Vitest. Coverage Settings 92% / invokeApiClient 84%.
graycyrus
added a commit
that referenced
this pull request
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 5B. Wires the 2 new
usersemail-verification methods →openhuman.tinyplace_users_{start,confirm}_email_verification. 73→75, lists 1:1. Updated inline User type to 0.4.3 (avatar→avatarEmail, links→link, +email/emailVerified). Email-verification section in SettingsSection (send-code → verify). Email PII redacted in logs. Rust param test + 9 Vitest; coverage Settings 92% / invokeApiClient 84%. Spec: phase-5b-email-verify-spec.md.