Skip to content
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

Question for strange AuthenticatorTransport ( cable , blank ) #386

Open
taeseon-lee opened this issue Nov 20, 2024 · 1 comment
Open

Question for strange AuthenticatorTransport ( cable , blank ) #386

taeseon-lee opened this issue Nov 20, 2024 · 1 comment

Comments

@taeseon-lee
Copy link

hi.
In my case, some strange case exist.

  • On Android & FireFox,
    AuthenticatorTransport return cable, internal

  • On iCloud keychain(some few strange case)
    AuthenticatorTransport return blank (means empty string)

Any ideas what is going wrong here?
do you have any plan for this case?
or should i filter those strange AuthenticatorTransport case, and revise to other normal value?

@emlun
Copy link
Member

emlun commented Feb 4, 2025

Hi, sorry for the delayed response. This sounds like a question for the browsers, since those values are generated by the browser/platform, not this library.

Note that the behaviour will differ between platforms (Android vs iOS, for example). If your examples are from the same device, then I don't know why you're seeing inconsistent behaviour. One possibility could be if you have some incognito/privacy mode enabled in one case and not the other, as some browsers might not want to share this transports information in that mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants