davidearl / webauthn

An implementation of webauthn in PHP on the server side (e.g Yubico 2 and Google Titan keys)
https://webauthn.davidearl.uk
MIT License
129 stars 24 forks source link

Add support for discoverable credentials (passkeys) #62

Open SeedDMS opened 11 months ago

SeedDMS commented 11 months ago

Are there any plans to support discoverable credentials? It may not be to difficult because it mainly needs to set $result->authenticatorSelection->requireResidentKey to true during registration and not setting $publickey->allowCredentials during login.

davidearl commented 10 months ago

Thanks for the suggestion. I will have to spend some time learning about this.