-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[PM-15162] Remove captcha enforcement and issuing of bypass token #5675
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
Conversation
New Issues (7)Checkmarx found the following issues in this Pull Request
Fixed Issues (6)Great job! The following issues were fixed in this Pull Request
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5675 +/- ##
==========================================
+ Coverage 47.20% 47.26% +0.05%
==========================================
Files 1633 1628 -5
Lines 74165 73938 -227
Branches 6676 6646 -30
==========================================
- Hits 35008 34945 -63
+ Misses 37706 37549 -157
+ Partials 1451 1444 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Great work! Two small changes.
src/Identity/IdentityServer/RequestValidators/ResourceOwnerPasswordValidator.cs
Outdated
Show resolved
Hide resolved
|
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.
👍 Great work. Thank you Todd
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-15162
📔 Objective
Removes captcha from the server codebase.
This work can be broken up into a few conceptual groups:
See bitwarden/clients#14352 for corresponding clients PR.
The only client code that requires a bypass token is this code in the trial initiation registration flow. Since this is web-only, we just need to make sure that bitwarden/clients#14352 is in the same release. The normal registration flow just doesn't send up the
captchaBypassToken
if it doesn't exist.📸 Screenshots
These screen recordings are on clients
main
, showing that the changes will not break existing client flows.Registration
Screen.Recording.2025-04-27.at.4.01.10.PM.mov
Login
Screen.Recording.2025-04-27.at.4.00.11.PM.mov
⏰ 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