credential-handler / authn.io

Credential Mediator Polyfill
https://github.com/w3c-ccg/credential-handler-api
Other
44 stars 8 forks source link

Do not show hint chooser UI until "rememberedHint" has been processed #147

Closed dlongley closed 1 year ago

dlongley commented 1 year ago

Currently, the hint chooser UI is shown while the "rememberHint" is being processed -- and then the remembered choice, if there was one, is triggered causing the chosen handler UI to come up. Instead, the hint chooser should be hidden until this is determined to avoid awkwardly showing the hint chooser in the background for a moment while the remembered hint appears.

dlongley commented 1 year ago

This is no longer relevant since every browser uses the 1p flow, closing.