4.0.0-beta6
Pre-release
Pre-release
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