-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[PM-8221] Route user to email OTP entry [clients] #12811
base: main
Are you sure you want to change the base?
[PM-8221] Route user to email OTP entry [clients] #12811
Conversation
This reverts commit 3db8357.
…of processing (2) processDeviceVerificationResponse should cache data
… (2) Update form to use bitSubmit (3) Add todo for authenticating guard
Great job, no security vulnerabilities found in this Pull Request |
…ttps://github.com/bitwarden/clients into auth/pm-8221/route-user-to-email-otp-entry-clients
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your work on addressing my comments so far. There's a bit more work to be done here: see my comments above and below.
libs/auth/src/common/services/login-strategies/login-strategy.service.ts
Outdated
Show resolved
Hide resolved
…ttps://github.com/bitwarden/clients into auth/pm-8221/route-user-to-email-otp-entry-clients
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your work and patience on this! 1 final tweak!
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-8221?atlOrigin=eyJpIjoiOTdiY2RkOWIwYmFhNDUyMGI1MDA3MDM0M2ZkMGI1OTkiLCJwIjoiaiJ9
📔 Objective
Add an intermediate route (
/device-verification
) that requires a user to enter an OTP to proceed to the vault when they are attempting to log in on an unknown device.📸 Screenshots
Web
GMT20250110-202812_Clip_Alec.Rippberger.s.Clip.01_10_2025.mp4
Desktop
GMT20250110-200921_Clip_Alec.Rippberger.s.Clip.01_10_2025.mp4
Browser Extension
GMT20250110-192642_Clip_Alec.Rippberger.s.Clip.01_10_2025.mp4
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes