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

support webauthn via Bluetooth #79

Open
finch71 opened this issue Dec 17, 2024 · 3 comments
Open

support webauthn via Bluetooth #79

finch71 opened this issue Dec 17, 2024 · 3 comments

Comments

@finch71
Copy link

finch71 commented Dec 17, 2024

Windows hello support Bluetooth pairing with android, but it requires QR scanning or connecting to a HTTP URL to obtain Bluetooth information, which may not be easy on esp32.

https://www.corbado.com/blog/webauthn-passkey-qr-code

One solution my be startling an http server on esp32 and allow user to upload a screenshot of the QR code and decode it on esp32.

some references:
https://github.com/pmvr/esp32-u2f-ble

@finch71 finch71 changed the title support Bluetooth support webauthn via Bluetooth Dec 17, 2024
@polhenarejos
Copy link
Owner

I do not see the benefits of implementing a lot of stuff. Why not using the USB connector?

@finch71
Copy link
Author

finch71 commented Dec 18, 2024

some laptop simply does not have enough USB connector
also the phone USB port may not be able to supply the power for esp32

@79812b
Copy link

79812b commented Dec 18, 2024

I tried pi pico 2350 and speed xiao esp32s3 both work on my phone but passkey dont work through otg adapter

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

No branches or pull requests

4 participants
@polhenarejos @79812b @finch71 and others