-
Notifications
You must be signed in to change notification settings - Fork 419
feat(clerk-js): Untrusted password screen for sign-in #7331
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
octoper
merged 29 commits into
main
from
vaggelis/user-4007-dont-allow-untrusted-passwords-to-be-able-to-sign-in
Dec 2, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9488a4d
feat(clerk-js): Initial work for reset password task
octoper b6e2595
fix(clerk-js): Rename variable for clarity in SignInFactorOne component
octoper 10795dd
revert(clerk-js): Remove the logic for sign-in error on untrusted pas…
octoper dab6d2d
refactor(clerk-js): Remove 'untrustedPasswordMethods' from FlowMetada…
octoper c7f59ab
refactor(localization): Remove 'passwordUntrusted' key from en-US loc…
octoper 44b5c92
fix(clerk-js): Update buildTasksUrl method to accept optional redirec…
octoper 4231a0c
fix(clerk-js): Update buildTasksUrl method to accept optional TasksRe…
octoper 89b9595
feat(clerk-js,backend): Implement reset password session task and rel…
octoper 1309dcf
fix(clerk-js): Revert navigation changes from TaskChooseOrganization
octoper bc25e24
feat(clerk-js): Introduce 'passwordUntrusted' flow
octoper 241595f
feat(clerk-js): Initial work for reset password task
octoper a11f2fc
revert(clerk-js): Remove the logic for sign-in error on untrusted pas…
octoper ab06c2b
refactor(localization): Remove 'passwordUntrusted' key from en-US loc…
octoper 04a7824
Fix navigation to n+1 task within modal
LauraBeatris 44cfbc8
fix(clerk-js): Update token handling in Session class to ensure corre…
octoper 2f34a1c
fix(clerk-js): Enhance token resolve to ensure accurate token retriev…
octoper 424b1aa
fix(clerk-js): Update token caching to use Promise.resolve for last a…
octoper 3eb3c67
revert changes
octoper 098dde8
chore: Remove stale changes
octoper 2e495fa
chore: Remove stale changes
octoper 7328287
fix(localization,shared): Add localization types
octoper 648a4b1
fix(clerk-js,shared): Export and use isPasswordUntrustedError
octoper 399c05a
fix(localization): Add en-US localization
octoper 4d6536f
chore(repo): Add changeset
octoper e35238e
tests(clerk-js): Add unit test for untrusted password screen
octoper 149237a
chore: Remove console.log from tests
octoper 6655eb5
feat(localizations): Generate all localizations
octoper 8035457
feat: Update password error handling and localization for untrusted p…
octoper 72079b9
fix(clerk-js): Fix error message
octoper 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@clerk/localizations': minor | ||
| '@clerk/clerk-js': minor | ||
| '@clerk/shared': minor | ||
| --- | ||
|
|
||
| Introduce a new variant for the alternative methods screen to handle untrusted password error on sign-in |
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
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
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.