Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 17:26
· 211 commits to master since this release

Changes

This release is the culmination of more than one year of work and improvements.
Packages are available on nuget: https://www.nuget.org/packages/Fido2

  • Fix typo in exception message - attestion -> attestation @ondrokrc (#202)

💥 Breaking change

🚀 Features and enhancements

🐛 Bug Fixes

  • Revert "change origin verify to use fully qualified origin" @aseigler (#211)
  • change origin verify to use fully qualified origin @dgorbach (#208)
  • Compare certificate validity period correctly when the machine is using a time zone other than UTC @kennep (#186)
  • Fix SafetyNet attestation verification, add unit tests @aseigler (#165)
  • Fix for issue #153 - System.IdentityModel.Tokens.Jwt version upgrade an associated fixes @mackie1001 (#156)
  • Bug fix: require_resident_key @Shane32 (#152)
  • EdDSA test, sign the actual data, not a hash of the data @aseigler (#128)
  • Problem with non English OS @fa18swiss (#119)
  • corrected error variable @Celdus (#118)
  • Wrong naming of attestationObject and clientDataJSON in usernameless.… @Wesseldr (#105)
  • Add field userHandle in verifyAssertionWithServer @Wesseldr (#108)
  • use AppId instead of RpId to hash when AppId-Extensions-Flag is set @dgorbach (#99)
  • Fixes enum parsing with dashed values @daviddesmet (#90)

🧰 Maintenance & documentation