Skip to content

Passkeys require another transport added "hybrid". #132

Open
@tmikaeld

Description

@tmikaeld

According to the docs, it seems that the relay only need to allow the transport, then it would work like any FIDO2 key:

"hybrid" missing here:

} else if (allowCredential.transports != null && !allowCredential.transports.every(el => ["usb", "nfc", "ble", "cable", "internal"].includes(el))) {

Docs:
https://passkeys.dev/docs/reference/terms/#cross-device-authentication-cda

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions