Handle is nil when allowCredentials is non-empty during discoverable login #171
Labels
status/needs-triage
Issues that need to be triaged.
type/documentation
Improvements or additions to documentation
type/feature-request
Feature Requests
Version
0.8.6
Description
Using phone as a passkey / credential seems to give a response without a handle duing a discoverable login with allowedCredentials set.
Currently there are checks that invalidates the response if the handle is empty.
Reading about user handles in w3c github;
This doesn't specifically say anything about what must and musnt be provided when starting authentication ceremonies with povided allowedCredentials, however, I take it that responses with empty handle are valid if the ceremony was started with given allowedCredentials?
Reproduction
Register a phone as a discoverable credential, then try login with the credential id listed in allowedCredentials.
Expectations
No response
Documentation
w3c github about user handles
The text was updated successfully, but these errors were encountered: