Libu2f-host provides a C library and command-line tool that implements the host-side of the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.
Libu2f-host provides a C library and command-line tool that implements the host-side of the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.
To install libu2f-host, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libu2f-host
To see what files were installed by libu2f-host, run:
port contents libu2f-host
To later upgrade libu2f-host, run:
sudo port selfupdate && sudo port upgrade libu2f-host
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.