You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potentially it might be much simpler to use PCSC to accomplish the task. There is a cross-platform Rust crate too: https://crates.io/crates/pcsc. There is also a PR to do this implementation right here: mozilla/authenticator-rs#114.
The text was updated successfully, but these errors were encountered:
Thank you very much!
I haven't found a good crate that uses NFC with Rust, but PCSC looks good.
I don't plan to support NFC in this crate, but I would like to consider supporting it in another crate.
I'm working on a library that supports NFC and BLE for Windows, if you're interested.
I know the project is called ctap-hid-fido2, but is support for NFC in scope?
I was looking into the details of it, I guess the most straightforward way would be to send APDU messages over the respective NFC APIs of each OS.
Respective API documentations:
Some example implementations:
For Linux it might also be useful to go through a daemon: https://github.com/linux-nfc/neard.
Potentially it might be much simpler to use PCSC to accomplish the task. There is a cross-platform Rust crate too: https://crates.io/crates/pcsc. There is also a PR to do this implementation right here: mozilla/authenticator-rs#114.
The text was updated successfully, but these errors were encountered: