WebAuthn.Net Versions Save

WebAuthn (Passkeys) library for .NET.

1.3.3

1 week ago

What's Changed

Full Changelog: https://github.com/dodobrands/WebAuthn.Net/compare/1.3.2...1.3.3

1.3.2

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dodobrands/WebAuthn.Net/compare/1.3.1...1.3.2

1.3.1

2 months ago

What's Changed

Full Changelog: https://github.com/dodobrands/WebAuthn.Net/compare/1.3.0...1.3.1

1.3.0

3 months ago
  • 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: https://github.com/dodobrands/WebAuthn.Net/compare/1.2.0...1.3.0

1.2.0

3 months ago
  • 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

1.1.0

4 months ago
  • Added the possibility to override public methods in registration and authentication ceremony services
  • Update version of the MySQL connector

1.0.2

4 months ago
  • Upgrade .NET dependencies

1.0.1

5 months ago

Fix project url for nuget

1.0.0

5 months ago

Initial release