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

feat: move create user validations to the input #9189

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

gastonfournier
Copy link
Contributor

About the changes

Validations in the constructor were executed on the way out (i.e. when reading users). Instead we should validate when we insert the users.

We're also relaxing the email validation to support top domain emails (e.g. ...@jp)

Verified

This commit was signed with the committer’s verified signature.
david-driscoll David Driscoll
Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 3, 2025 10:15am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Feb 3, 2025 10:15am

Copy link
Contributor

github-actions bot commented Feb 3, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@gastonfournier gastonfournier merged commit 6f19ce0 into main Feb 3, 2025
10 of 11 checks passed
@gastonfournier gastonfournier deleted the move-validations-to-input branch February 3, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants