Skip to content

PublicKeyCredentialSource class is misleading #717

@kopeboy

Description

@kopeboy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions