webauthn
webauthn copied to clipboard
Add support for discoverable credentials (passkeys)
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.
Thanks for the suggestion. I will have to spend some time learning about this.