-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Description
If you see the spec, a "Public Key Credential Source" is only managed and stored by the authenticator, cause it contains the private key, and has many fewer items inside than our PublicKeyCredentialSource class.
It would be nice to have a smaller object (with a different name), especially when we don't need the TrustPath (which can be KBs and is only needed for attestation) or otherUI (which we don't even know what could be) during assertion validation, for more efficient storage (imagine a website with millions of users) and faster validation.
Example
No response
Metadata
Metadata
Assignees
Labels
No labels