-
Notifications
You must be signed in to change notification settings - Fork 4
Fix OAuth account enrichment with tooltip explanation #148
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
Closed
Kzoeps
wants to merge
16
commits into
main
from
143-oauth-enrichment-cover-all-pages-hide-handles-in-random-mode-explain-via-tooltip
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
c8849f2
fix(pds-core): scope chooser enrichment to account rows
Kzoeps 3443ae2
test(pds-core): fix chooser enrichment test lint
Kzoeps e4c6e55
fix(pds-core): match chooser enrichment identifiers exactly
Kzoeps aeaedd9
fix(pds-core): tighten consent identity enrichment
Kzoeps 94685b0
fix(pds-core): keep consent tooltip open on first tap
Kzoeps 6cb3440
fix(pds-core): resolve handle mode from OAuth client metadata
Kzoeps 69a1456
fix(auth): gate email login until handlers are ready
Kzoeps 6bc3778
fix(auth): sign handle mode callback parameter
Kzoeps 9f4190b
fix: address PR review feedback
Kzoeps 790a229
fix(auth): show noscript warning on OTP step
Kzoeps bd6fac1
test: reconcile PR 148 assertions with main
aspiers 1243fc0
refactor(auth): name the handle-mode arg flowHandleMode
aspiers 83c0548
fix(pds-core): actually pass the logger to chooser enrichment
aspiers 63a6888
fix(pds-core): give hidden-handle descriptions collision-free ids
aspiers 6945a09
refactor(pds-core): hoist duplicated preview handle-mode resolver
aspiers 7fe24bb
fix(pds-core): let Escape dismiss the identity tooltip
aspiers 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| 'ePDS': patch | ||
| --- | ||
|
|
||
| Sign-in screens now show your email more consistently and wait until they are ready before accepting clicks. | ||
|
|
||
| **Affects:** End users, Client app developers | ||
|
|
||
| **End users:** | ||
|
|
||
| - Sign-in, app approval, account chooser, and account-management screens now use email as the primary identifier for accounts with generated handles, while still showing the public handle where it helps explain the account. | ||
| - The final approval step no longer briefly exposes a generated random handle when an app asked to show email first. | ||
| - The email sign-in button now waits until the page is ready before accepting clicks, so an early tap does not start a broken sign-in attempt. | ||
|
|
||
| **Client app developers:** `epds_handle_mode` is now applied consistently to approval and account-chooser pages from either the current `/oauth/authorize` query parameter or OAuth client metadata, including pushed authorization requests where the browser URL only contains `request_uri`. Explicit query parameters still take precedence over client metadata. Valid modes stored for an auth flow are preserved through `/oauth/epds-callback`; invalid callback values are ignored rather than forwarded; metadata lookup failures fall back to the existing default behavior. |
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.