Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify email validation logic between backend & SDK #85

Merged
merged 4 commits into from
Sep 21, 2020

Conversation

roughike
Copy link
Contributor

As this uses the same email validation pattern as the backend server does, this should fix the bug where the SDK accepts an email address that the backend later rejects.

(I think we should relax email validation to only check for the @ and . as proposed in #1, because email address validation without sending a verification link is notoriously hard to do right.)

Needs #83 to be merged first.

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.

1 participant