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

Add support for communication via NFC for MacOS #249

Closed
cyberbob opened this issue Dec 17, 2020 · 5 comments
Closed

Add support for communication via NFC for MacOS #249

cyberbob opened this issue Dec 17, 2020 · 5 comments
Labels
feature request New feature or request

Comments

@cyberbob
Copy link

If I understand correctly, currently the FIDO functionality is only available via USB. Although devices such as Yubikey 5 NFC have the ability to communicate using NFC. Without this support I cannot use webauthm in e.g. Firefox without connecting to a USB port, even though the token is on an external NFC reader and I can use e.g. OpenPGP. Is it planned to introduce NFC support in this library ?

@cyberbob cyberbob added the feature request New feature or request label Dec 17, 2020
@martelletto
Copy link
Contributor

On Linux, yes: #247 (comment).

@cyberbob
Copy link
Author

I'm using ACR1252U and Yubikey 5 NFC on OSX, is this the same code base as for Linux ?

@cyberbob cyberbob changed the title Support communication via NFC Add support for communication via NFC for MacOS Dec 17, 2020
@cyberbob cyberbob reopened this Dec 17, 2020
@cyberbob
Copy link
Author

I've reopened - will be easier to track potential progress on this.

martelletto added a commit that referenced this issue Feb 24, 2022
allows communication with PC/SC NFC readers on Windows, macOS, and
Linux. disabled by default; enable with cmake -DUSE_PCSC=ON. based
on code contribution from Micro Focus in issue #481; thanks!
fixes #481 and #249.
martelletto added a commit that referenced this issue Feb 24, 2022
allows communication with PC/SC NFC readers on Windows, macOS, and
Linux. disabled by default; enable with cmake -DUSE_PCSC=ON. based
on code contribution from Micro Focus in issue #481; thanks!
fixes #481 and #249.
LDVG pushed a commit that referenced this issue Feb 25, 2022
allows communication with PC/SC NFC readers on Windows, macOS, and
Linux. disabled by default; enable with cmake -DUSE_PCSC=ON. based
on code contribution from Micro Focus in issue #481; thanks!
fixes #481 and #249.
@martelletto
Copy link
Contributor

Implemented in #530.

@cyberbob
Copy link
Author

cyberbob commented Mar 1, 2022

Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Development

No branches or pull requests

2 participants