Skip to content

Releases: dodobrands/WebAuthn.Net

1.3.2

23 Mar 18:36
382d804
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #10
  • [Demo] Use username hash as userhandle by @Keroosha in #12
  • [Demo] Explicit check on return type from getAuthenticatorData and getPublicKey by @Keroosha in #11
  • Update dependencies by @vanbukin in #13

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

11 Mar 00:47
5bf00b4
Compare
Choose a tag to compare

What's Changed

  • Fido metadata RootCA tolerant parse by @vanbukin in #9
  • Bump .NET SDK versions
    8.0.200 => 8.0.201

Full Changelog: 1.3.0...1.3.1

Release 1.3.0

20 Feb 05:23
Compare
Choose a tag to compare
  • Added missing extension methods for logging exceptions (to avoid situations when the exception is "silenced" and the application is unaware of the situation).
    Public methods are additionally marked with the virtual modifier for flexible behavior overriding and API uniformity.
  • Bump .NET SDKs versions
    6.0.418 => 6.0.419
    8.0.101 => 8.0.200
  • Bump Microsoft.NET.Test.Sdk 17.8.0 => 17.9.0
  • Bump Npgsql driver 8.0.1 => 8.0.2

Full Changelog: 1.2.0...1.3.0

Release 1.2.0

09 Feb 12:25
0a49da4
Compare
Choose a tag to compare
  • For all databases, a missing unique index has been added to the CredentialId and RpId columns
  • The unique index previously existing on the columns RpId, UserHandle, and CredentialId has been deleted. Instead, a new unique index with a different column order has been created. More selective columns have been moved to the beginning of the composite index
  • SQL queries have been reworked in accordance with changes in the indexes
  • .NET dependencies have been updated

Release 1.1.0

16 Jan 08:13
c325958
Compare
Choose a tag to compare
  • Added the possibility to override public methods in registration and authentication ceremony services
  • Update version of the MySQL connector

Release 1.0.2

10 Jan 15:11
0ef5bc8
Compare
Choose a tag to compare
  • Upgrade .NET dependencies

Release 1.0.1

29 Dec 06:01
Compare
Choose a tag to compare

Fix project url for nuget

Release 1.0.0

29 Dec 05:40
Compare
Choose a tag to compare

Initial release