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

How do I run the reference portal? #40

Open
casept opened this issue Oct 28, 2023 · 1 comment
Open

How do I run the reference portal? #40

casept opened this issue Oct 28, 2023 · 1 comment
Labels
question Further information is requested

Comments

@casept
Copy link

casept commented Oct 28, 2023

The README has a demo showing off the reference portal implementation.

How can this demo be run? cargo reports not finding any binary targets in the workspace:

$ cargo run --all-features
error: a bin target must be available for `cargo run`
@AlfioEmanueleFresta
Copy link
Owner

Hey @casept! There is no portal implementation yet, but you can try out one of the libwebauthn examples:

$ cd libwebauthn/
$ cargo run --example u2f_hid
$ cargo run --example u2f_ble
$ cargo run --example webauthn_hid

I would really appreciate if you could update the verified hardware list if you manage to get this working on your devices, or report any issues you encounter.

I'm currently working on Passkey integration on the cable branch. This will add example webauthn_cable which allows using a Passkey created on your Android or iOS device - including those synced to Google Password Manager or iCloud Keychain.

I will resume working on the portal proposal after that, as I think Passkeys would now bring most value (as opposed to USB security keys).

@AlfioEmanueleFresta AlfioEmanueleFresta added the question Further information is requested label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants