Changelog of @hackage/webauthn 0.1.1.0

0.1.1.0

  • #111 Support the transports field, allowing servers to store information from the browser on how authenticators were communicated with (e.g. internal, NFC, etc.). When users log in, this information can then be passed along in Credential Descriptors, ensuring that only the transports initially registered as supported by the authenticator may be used. This is recommended by the standard.
  • #112 Decrease lower bounds for aeson and unordered-containers.