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

Missing implementation of hybrid Authenticator Transport Enumeration

JohnyRicio opened this issue · comments

I tried to implement this library with combination of using android phone as auth factor. It is works for create authentication through cell phone, but when I want to login and authenticate by it that it is unsuccesfull.

Method getGetArgs didn't support transport hybrid. See docs: https://w3c.github.io/webauthn/#enum-transport

Please add support of it.

commented

this is a part of Webauthn Level 3, which is currently a First Public Working Draft.

⚠️ This will shift arguments of lbuchs\WebAuthn->getGetArgs()

commented

implemented in v2.0.1