lbuchs / WebAuthn

A simple PHP WebAuthn (FIDO2/Passkey) server library

Home Page:https://webauthn.lubu.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication (getGetArgs) issue with linked android device

AlexKapustin opened this issue · comments

Probably bug on chrome, but if response has
allowCredentials > transports chrome removes linked android device as a valid verification step (leaving only security key option)

if we remove transports at all, leaving only id and type keys - it works fine. You can try to test it at https://webauthn.lubu.ch/_test/client.html

https://snipboard.io/17wGqE.jpg screenshot using check registration button and all transports enabled
https://snipboard.io/Q8ds0Z.jpg screenshot using check registration button and all transports disabled