-
Notifications
You must be signed in to change notification settings - Fork 11
Releases: dodobrands/WebAuthn.Net
Releases · dodobrands/WebAuthn.Net
2.1.0
2.0.0
What's Changed
- Add .NET 9 / 10.
- Drop .NET 6.
- Upgrade to latest WebAuthn Level 3 specification draft.
Full Changelog: 1.3.4...2.0.0
Assets 2
2 people reacted
1.3.4
1.3.3
1.3.2
@vanbukin
vanbukin
382d804
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
- @dependabot made their first contribution in #10
Full Changelog: 1.3.1...1.3.2
Assets 2
1.3.1
@vanbukin
vanbukin
5bf00b4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Full Changelog: 1.3.0...1.3.1
Assets 2
Release 1.3.0
- 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 thevirtualmodifier 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
Assets 2
Release 1.2.0
@vanbukin
vanbukin
0a49da4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- 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
Assets 2
Release 1.1.0
@vanbukin
vanbukin
c325958
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
- Added the possibility to override public methods in registration and authentication ceremony services
- Update version of the MySQL connector