-
Notifications
You must be signed in to change notification settings - Fork 0
Add email verification for user registration #49
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8654838
Add email verification for user registration
vieiralucas 87eb831
Fix clippy warnings for conditional code paths
vieiralucas 2ebaf32
Fix clippy warnings in e2e-tests module
vieiralucas 38931ed
Fix unused imports in e2e-tests
vieiralucas 1ef185e
Fix test imports to use super:: path
vieiralucas 0a859cf
Make get_verification_code_from_email async to avoid nested runtime
vieiralucas 933803a
Run cargo fmt
vieiralucas 6c7d8e1
Fix web app compilation errors: clone values and fix type conversion
vieiralucas 0cd5a81
Address Cubic code review feedback for email verification
vieiralucas 2c58773
Ignore root-level .sqlx directory in gitignore
vieiralucas dabc537
Fix mark_user_verified test to use unverified user flow
vieiralucas 8e84b90
Remove session artifacts
vieiralucas ede0db6
Remove unused mailin-embedded dependency
vieiralucas 97191b0
Fix invite token placeholder to match test expectations
vieiralucas 0de34d3
Add DATABASE_URL to web-e2e test environment
vieiralucas ae4970e
Increase operator sync timeout in e2e test to debug CI failure
vieiralucas 210b3b9
Fix web-e2e tests for email verification flow
vieiralucas c7300b6
Fix join-verification tests with ambiguous locators
vieiralucas d7832a4
Address Cubic re-review feedback
vieiralucas 2f4251f
Fix minor issues from Cubic review
vieiralucas 2a3c4c9
Address Cubic re-review feedback (round 4)
vieiralucas 7aafacf
Update CLAUDE.md with detailed Cubic review workflow
vieiralucas ebd5bf7
Fix auth.rs email-before-store and verification-setup grpcWebUrl
vieiralucas f7eb1f9
Hash verification codes with Argon2id for zero-knowledge storage
vieiralucas d9e309a
Fix Cubic review issues: update comments and error handling
vieiralucas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.