Skip to content

Releases: kinoroy/LibFido2Swift

v0.1.4

12 Nov 03:35
Compare
Choose a tag to compare

What's Changed

  • Adds a new utility function hasDeviceAttached() to check if a FIDO2 device is present by @MultiColourPixel in #2
  • Lower's the deployment target requirement to macOS 10.15 Catalina

New Contributors

Full Changelog: 0.1.3...0.1.4

v0.1.3

10 Nov 17:15
Compare
Choose a tag to compare
  • Makes the device PIN optional for getting an assertion, to support devices where a FIDO2 PIN is not set
  • Adds a new utility function to check if a device has a PIN set

v0.1.2

18 Oct 16:43
Compare
Choose a tag to compare
  • Downgrades Swift tools version to 5.9.0 for compatibility with Xcode 15