Releases: passwordless-lib/fido2-net-lib
Releases · passwordless-lib/fido2-net-lib
4.0.0-beta.16
What's Changed
- Explain EnableRelaxedDecoding by @abergs in #578
- Allow customised pubKeyCredParams by @abergs in #579
Full Changelog: 4.0.0-beta.15...4.0.0-beta.16
4.0.0-beta.15
What's Changed
- README.md Medium link fixed by @jiiggy in #539
- Supporting attestation formats by @jonashendrickx in #530
- Drop support for device public key (dpk) by @abergs in #567
- Update Dependencies by @iamcarbon in #569
- Change TPM manufacturer sting comparison handling by @aseigler in #568
- Move KeyTypeParameter validation from CredentialPublicKey.Verify() into constructors by @aseigler in #571
- use coerceToArrayBuffer to post-process assertion options in Demo js by @dradovic in #467
- AuthenticatorSelection Default to discourage UV by @abergs in #564
- Fix attestationObj camelCase by @abergs in #576
- Change AuthenticatorSelection.Default ResidentKey from discouraged to Preferred by @abergs in #563
- Use BCL Base64Url implementation by @iamcarbon in #575
- Introduce wrapping objects for Options-methods by @abergs in #562
New Contributors
Full Changelog: 4.0.0-beta.14...4.0.0-beta.15
4.0.0-beta.14
What's Changed
- Resolve StoredCredential.Descriptor at access(?) by @abergs in #528
- Remove base-class, Status and ErrorMessage by @abergs in #529
- Update MetadataStatement to include friendly names by @joegoldman2 in #544
- conformance 1.7.20 4 by @abergs in #531
- Fixing demo project makeAssertionOptions.status processing by @Fasjeit in #551
- Move Test folder to Tests/Fido2.Tests by @joegoldman2 in #549
- Various cleanup by @joegoldman2 in #558
- Wrap arguments into classes by @abergs in #556
New Contributors
Full Changelog: 4.0.0-beta.13...4.0.0-beta.14
4.0.0-beta.13 - With hints, largeblob, displayname
What's Changed
- NuGet.org signatures have been updated - Fix Build by @jonashendrickx in #525
- Added authenticatorDisplayName to ClientPropertiesOutput by @aritma-fredrikef in #526
- Improve Code Quality by @iamcarbon in #509
- Add support for
largeBlob
extension by @geel9 in #508 - Missing nullable enable due to merges by @abergs in #527
- Implement PublicKeyCredentialHint for WebAuthn L3 by @jonashendrickx in #524
New Contributors
- @aritma-fredrikef made their first contribution in #526
- @geel9 made their first contribution in #508
Full Changelog: 4.0.0-beta.12...4.0.0-beta.13
4.0.0-beta.12
What's Changed
- Tidy up tests by @iamcarbon in #494
- Review lifecycle of services registered in the DI container by @joegoldman2 in #459
- Drop assertion-time attestation by @joegoldman2 in #499
- Generate XML documentation file by @joegoldman2 in #502
- Tidying by @iamcarbon in #500
- Update to .NET 8 by @joegoldman2 in #503
- Rename Base64Converter.cs to Base64UrlConverter.cs by @joegoldman2 in #506
Full Changelog: 4.0.0-beta.11...4.0.0-beta.12
4.0.0-beta.11
What's Changed
- [Draft] Add credProtect extension to Fido2.Models by @dbeinder in #448
- Migrate to Microsoft.IdentityModel.JsonWebTokens by @iamcarbon in #476
Full Changelog: 4.0.0-beta10...4.0.0-beta.11
4.0.0-beta10
What's Changed
- Rename
extensions
toclientExtensionResults
by @joegoldman2 in #485
Full Changelog: 4.0.0-beta9...4.0.0-beta10
4.0.0-beta9
What's Changed
- Rename 'extensions' to 'clientExtensionResults' for deserialization by @jonashendrickx in #474
New Contributors
- @jonashendrickx made their first contribution in #474
Full Changelog: 4.0.0-beta8...4.0.0-beta9
4.0.0-beta8
4.0.0-beta6
What's Changed
- Enable C# 11 and embed base64 encoded certificates as UTF-8 data by @iamcarbon in #414
- Cleanup by @iamcarbon in #417
- Improve Code Quality by @iamcarbon in #421
- [WIP] Improve Code Quality by @iamcarbon in #422
- dotnet format by @abergs in #425
- Breakout development services & improve naming by @iamcarbon in #427
- Add smart-card and hybrid transports by @dbeinder in #430
- Use DateTimeOffset by @joegoldman2 in #434
- Remove AuthenticatorSelection extension by @joegoldman2 in #435
- Rename Fido2NetLib.cs file to Fido2.cs in order to match with the class name by @joegoldman2 in #438
- Update to latest version of FIDO Metadata Service by @joegoldman2 in #442
- Fix GitHub repository url by @joegoldman2 in #451
- Update System.IdentityModel.Tokens.Jwt and xunit by @iamcarbon in #431
- Rename CredentialMakeResult to MakeNewCredentialResult and adjust its namespace by @joegoldman2 in #433
- Remove hardcoded Metadata Service BLOB url to allow users to override it by @joegoldman2 in #444
- Add some missing comments on public methods by @joegoldman2 in #440
- Rename
AuthenticatorAttestationRawResponse.ResponseData
toAttestationResponse
by @joegoldman2 in #455 - Rename
clientDataJson
toclientDataJSON
by @joegoldman2 in #450 - Align MSBuild properties across all projects by @joegoldman2 in #437
- Update timeout data type to ulong by @joegoldman2 in #462
- Rename
origChallenge
parameter inFido2.MakeNewCredentialAsync
by @joegoldman2 in #460 - Added github workflow for building, testing and packing by @abergs in #464
- Removed publishing step from PRs by @abergs in #475
- Use net8.0 SDK by @iamcarbon in #468
- Map authenticator transports on server side by @joegoldman2 in #453
List<PublicKeyCredentialDescriptor>
/IEnumerable<PublicKeyCredentialDescriptor>
toIReadOnlyList<PublicKeyCredentialDescriptor>
by @joegoldman2 in #447- Update AttestationVerifier api to Async by @iamcarbon in #458
- Remove binary serialization by @iamcarbon in #465
- Change
List<byte[]> storedDevicePublicKeys
toIReadOnlyList<byte[]>
by @joegoldman2 in #477 - Publish packages to nuget by @abergs in #479
New Contributors
- @dbeinder made their first contribution in #430
- @joegoldman2 made their first contribution in #434
Full Changelog: v4.0.0-beta3...4.0.0-beta6