tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

The server fails to compile on Mac #57

Closed lykahb closed 2 years ago

lykahb commented 2 years ago

The server implementation is not cross-platform. It uses Clock (RealtimeCoarse) which is only available for Linux.

infinisil commented 2 years ago

Fixed with #60