Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passkeys require another transport added "hybrid". #132

Open
tmikaeld opened this issue Jun 16, 2023 · 1 comment
Open

Passkeys require another transport added "hybrid". #132

tmikaeld opened this issue Jun 16, 2023 · 1 comment

Comments

@tmikaeld
Copy link

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

@JamesCullum
Copy link
Member

Feel free to create a pull request - would be great to have a test case for this as well 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants