Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Passwordless.dev

The passwordless web is coming to .net
Collective - Host: opensource - https://opencollective.com/passwordless - Website: https://www.passwordless.dev - Code: https://github.com/abergs/fido2-net-lib

Rename Base64Converter.cs to Base64UrlConverter.cs (#506)

github.com/passwordless-lib/fido2-net-lib - 9ad038b43aa0c37d993cdfd662c03e8d5a08419c authored 8 months ago by joegoldman2 <[email protected]>
Update to .NET 8 (#503)

* Update to .NET 8

* Remove GuidHelper

github.com/passwordless-lib/fido2-net-lib - 0f302e2251a060c76b10e6c9cd924aa2bc470645 authored 8 months ago by joegoldman2 <[email protected]>
Tidying (#500)

* Use primary constructors

* Use collection expressions

* Use primary constructors (part 2...

github.com/passwordless-lib/fido2-net-lib - 57b8652c4668b9ed691a5132d2e8012887557237 authored 8 months ago by Jason Nelson <[email protected]>
Generate XML documentation file (#502)

github.com/passwordless-lib/fido2-net-lib - 274e7a8e86a0e5b5c799fa9ef292075068c03f0d authored 8 months ago by joegoldman2 <[email protected]>
Drop assertion-time attestation (#499)

github.com/passwordless-lib/fido2-net-lib - b597d18ebf69a11188cbb009f9a8926a70a15568 authored 8 months ago by joegoldman2 <[email protected]>
Review lifecycle of services registered in the DI container (#459)

github.com/passwordless-lib/fido2-net-lib - 0a9886d59b6f5a8ac730ab4f32c5ecb0f1585efa authored 9 months ago by joegoldman2 <[email protected]>
Tidy up tests (#494)

* [Tests] Use collection expressions

* [Tests] Use collection expressions (part 2)

* [Test...

github.com/passwordless-lib/fido2-net-lib - 2b60596b993e87740390dc4d6f5385c996cf776a authored 9 months ago by Jason Nelson <[email protected]>
Migrate to Microsoft.IdentityModel.JsonWebTokens (#476)

* Enable C# 12

* Migrate to Microsoft.IdentityModel.JsonWebTokens

* Update xunit

* Upda...

github.com/passwordless-lib/fido2-net-lib - 81e125d381d45dec689e6e8874db5c8eb36d160b authored 9 months ago by Jason Nelson <[email protected]>
[Draft] Add credProtect extension to Fido2.Models (#448)

github.com/passwordless-lib/fido2-net-lib - 67eec54af53d0416b272cebbecd8e108bf07eb5f authored 9 months ago by David Beinder <[email protected]>
Rename `extensions` to `clientExtensionResults` (#485)

* Rename `extensions` to `clientExtensionResults`

* Update WebAuthn.ts

github.com/passwordless-lib/fido2-net-lib - c2f384d6c99e529babcd9a7c3ff9bb04d4dc00a5 authored 10 months ago by joegoldman2 <[email protected]>
Rename 'extensions' to 'clientExtensionResults' for deserialization (#474)

* Rename 'extensions' to 'clientExtensionResults' for deserialization during registration.

* fix

github.com/passwordless-lib/fido2-net-lib - 31a4f94d0e0768a1e0037a0dd60510705a7844fb authored 10 months ago by Jonas Hendrickx <[email protected]>
Pubhlish to nuget (#484)

* Pubhlish to nuget

* Fixed lines

* Packing again

github.com/passwordless-lib/fido2-net-lib - d847702ac8327af67b0156d5acf48564c10e3446 authored 10 months ago by Anders Åberg <[email protected]>
Pubhlish to nuget (#483)

* Pubhlish to nuget

* Fixed lines

github.com/passwordless-lib/fido2-net-lib - f0988274faf328b95d75b7c530283d42beffd078 authored 10 months ago by Anders Åberg <[email protected]>
Pubhlish to nuget (#481)

github.com/passwordless-lib/fido2-net-lib - 76fc314e57e35368d97511e8798e27eec2c08298 authored 10 months ago by Anders Åberg <[email protected]>
Publish packages to nuget (#479)

github.com/passwordless-lib/fido2-net-lib - 4e3a8a5fbbbec16294441923a1411e1938c0a310 authored 10 months ago by Anders Åberg <[email protected]>
Change `List<byte[]> storedDevicePublicKeys` to `IReadOnlyList<byte[]>` (#477)

github.com/passwordless-lib/fido2-net-lib - b8b36a0348dabafc742dac21066428b8d08bf1d3 authored 10 months ago by joegoldman2 <[email protected]>
Remove binary serialization (#465)

github.com/passwordless-lib/fido2-net-lib - 528475729fe23ac68602bbd6d4e053de4b333fe5 authored 10 months ago by Jason Nelson <[email protected]>
Update AttestationVerifier api to Async (#458)

* Update AttestationVerifier api to Async

* Configure awaits

* Apply code formatting rules

github.com/passwordless-lib/fido2-net-lib - 99dc99c071d865ffba81e50928644abf35076077 authored 10 months ago by Jason Nelson <[email protected]>
`List<PublicKeyCredentialDescriptor>`/`IEnumerable<PublicKeyCredentialDescriptor>` to `IReadOnlyList<PublicKeyCredentialDescriptor>` (#447)

* Change excludeCredentials from List<PublicKeyCredentialDescriptor> to IEnumerable<PublicKeyCre...

github.com/passwordless-lib/fido2-net-lib - 43e2cd3bd030813f6ba72658c0ee92692e0bf3eb authored 10 months ago by joegoldman2 <[email protected]>
Map authenticator transports on server side (#453)

* Remove transports field as it is not mapped on server side

* Map transports

---------

...

github.com/passwordless-lib/fido2-net-lib - 5e5f28980e50d3c12a6289a4bfdf5cc06b5782db authored 10 months ago by joegoldman2 <[email protected]>
Use net8.0 SDK (#468)

* Install net8.0

* Update SDK on Azure

github.com/passwordless-lib/fido2-net-lib - 66ae98f4a3e49fd6399a693066c77a502b7afcbf authored 10 months ago by Jason Nelson <[email protected]>
Removed publishing step from PRs (#475)

* Removed publishing step from PRs

* changed yml

github.com/passwordless-lib/fido2-net-lib - 6a59ccfaa0c4edee314998e6326f60e38c8b3a2c authored 10 months ago by Anders Åberg <[email protected]>
Added github workflow for building, testing and packing (#464)

* Added github workflow for building, testing and packing

* switch to master

* Adde manual...

github.com/passwordless-lib/fido2-net-lib - 145034a388c38ecd859a44bc290c6f9a59bddca1 authored 11 months ago by Anders Åberg <[email protected]>
Rename `origChallenge` parameter in `Fido2.MakeNewCredentialAsync` (#460)

github.com/passwordless-lib/fido2-net-lib - 85b514974aadb71682ab9c8866d88eb8c3f5c61a authored 11 months ago by joegoldman2 <[email protected]>
Update timeout data type to ulong (#462)

github.com/passwordless-lib/fido2-net-lib - 77f2da40a99da49f4f56e8c006f9d269e7057c8a authored 11 months ago by joegoldman2 <[email protected]>
Align MSBuild properties across all projects (#437)

* Align MSBuild properties across all projects

* Revert TFM for demo projects to original val...

github.com/passwordless-lib/fido2-net-lib - ebfd75d00a945a80578b27a256223122cc2aefe9 authored 11 months ago by joegoldman2 <[email protected]>
Rename `clientDataJson` to `clientDataJSON` (#450)

* Rename `clientDataJson` to `clientDataJSON`

* JSON -> Json

github.com/passwordless-lib/fido2-net-lib - 477498039932e79b1008bcd3467ac3f1ce4fc893 authored 11 months ago by joegoldman2 <[email protected]>
Rename `AuthenticatorAttestationRawResponse.ResponseData` to `AuthenticatorAttestationRawResponse.AttestationResponse` (#455)

github.com/passwordless-lib/fido2-net-lib - 8187db54cf54242b4f992136948f818f9368d112 authored 11 months ago by joegoldman2 <[email protected]>
Add some missing comments on public methods (#440)

github.com/passwordless-lib/fido2-net-lib - 43442bb9ac5dd4838261f1f7ff53bbcee8961fc8 authored 12 months ago by joegoldman2 <[email protected]>
Remove hardcoded Metadata Service BLOB url to allow users to override it (#444)

* Remove hardcoded Metadata Service BLOB url to allow users to override it

* mds => mds3

github.com/passwordless-lib/fido2-net-lib - bfc2f5b122c9cbd3fd8d27df9866326687ebfe18 authored 12 months ago by joegoldman2 <[email protected]>
Rename CredentialMakeResult to MakeNewCredentialResult and adjust its namespace (#433)

* Move CredentialMakeResult to Fido2NetLib.Objects namespace

* Rename CredentialMakeResult to...

github.com/passwordless-lib/fido2-net-lib - 1e32b9b6f6461e4c8b3d85fff566289e1a837a46 authored 12 months ago by joegoldman2 <[email protected]>
Update System.IdentityModel.Tokens.Jwt and xunit (#431)

* Update System.IdentityModel.Tokens.Jwt and react to serialization changes

* Make tests asyn...

github.com/passwordless-lib/fido2-net-lib - 934abe4ae17643fff79f8be1f60722b8a4b84694 authored 12 months ago by Jason Nelson <[email protected]>
Fix GitHub repository url (#451)

github.com/passwordless-lib/fido2-net-lib - 11c78ce956ec2552bf122e2e14281080b5a8374e authored 12 months ago by joegoldman2 <[email protected]>
Update to latest version of FIDO Metadata Service (#442)

github.com/passwordless-lib/fido2-net-lib - 9bbbfc215f426f8d16819fc7f9ba2c4e9f64e830 authored 12 months ago by joegoldman2 <[email protected]>
Rename Fido2NetLib.cs to Fido2.cs in order to match with class name (#438)

github.com/passwordless-lib/fido2-net-lib - c1930988d2e3ce2f7a511995106ed34d04d1f5a7 authored 12 months ago by joegoldman2 <[email protected]>
Remove AuthenticatorSelection extension (#435)

github.com/passwordless-lib/fido2-net-lib - 24e2626a54fc6b74da07608494489cd69d1976b9 authored 12 months ago by joegoldman2 <[email protected]>
Use DateTimeOffset (#434)

github.com/passwordless-lib/fido2-net-lib - ec12c812e67d9d755ac5308260189f5d8768bdd1 authored 12 months ago by joegoldman2 <[email protected]>
Add smart-card and hybrid transports (#430)

github.com/passwordless-lib/fido2-net-lib - eb312de4c580fb43c28f8e9928d0dcd6c1fec76d authored about 1 year ago by David Beinder <[email protected]>
Breakout development services & improve naming (#427)

* Breakout development services into their own project and remove duplicate/redundant properties...

github.com/passwordless-lib/fido2-net-lib - 15263ca8bc4ceea84c3ef287300ac2962d9afe10 authored about 1 year ago by Jason Nelson <[email protected]>
dotnet format (#425)

* Added pragmas

* dotnet format

* Disabled var_elsewhere

* Adding dotnet format to pipe...

github.com/passwordless-lib/fido2-net-lib - 6655af963709a0e59cfe8757559bd7df29964474 authored about 1 year ago by Anders Åberg <[email protected]>
[WIP] Improve Code Quality (#422)

* Add implicit casting to CborByteString and CborTextString

* Use constant size for stack all...

github.com/passwordless-lib/fido2-net-lib - 2b0fe718ba0a5a672d8a5bb6a8cd9e68a0759ac6 authored about 1 year ago by Jason Nelson <[email protected]>
Improve Code Quality (#421)

* Rename DeserializeAndValidateBlob -> DeserializeAndValidateBlobAsync

* Make AuthenticatorAt...

github.com/passwordless-lib/fido2-net-lib - 86b6c6d3153e639e71fc965acb9479cc8670fb9b authored about 1 year ago by Jason Nelson <[email protected]>
Cleanup (#417)

* Update remaining files to use file scoped-name spaces

* Move AuthDataHelper from root -> /E...

github.com/passwordless-lib/fido2-net-lib - bf75254e33c1b664487da04c74a0426fca6b41da authored about 1 year ago by Jason Nelson <[email protected]>
Enable C# 11 and embed base64 encoded certificates as UTF-8 data (#414)

* Embed base64 encoded certificates as UTF-8 data

* Use .NET 7.0 SDK

* Install net6.0 and ...

github.com/passwordless-lib/fido2-net-lib - 285a6118ae828f06e9f5d6627e02c83344e8e804 authored about 1 year ago by Jason Nelson <[email protected]>
Add CredentialPropertiesOuput (RK Support) (#411)

* Add CredentialPropertiesOutput

* Use .ID instead of null CredentialId

github.com/passwordless-lib/fido2-net-lib - 2718d4458f48d2fce3f5f91d720f9b79da73bb16 authored about 1 year ago by Anders Åberg <[email protected]>
Prefer Ed25519 when available (#413)

github.com/passwordless-lib/fido2-net-lib - 906c238cf4f555338356785464eab81a06231aa2 authored about 1 year ago by Anders Åberg <[email protected]>
Added enterprise attestation (#410)

github.com/passwordless-lib/fido2-net-lib - 2909c15a63322ebd8656e7820028ffbbe9ddd5fc authored about 1 year ago by Anders Åberg <[email protected]>
Add .bool to Output aswell (#409)

github.com/passwordless-lib/fido2-net-lib - e571db54b4b0323f552908d7510978d0d70824dc authored about 1 year ago by Anders Åberg <[email protected]>
Make AuthenticatorData immutable and strongly type throughout library (#412)

* Make AuthenticatorData immutable and strongly type throughout library

* Improve nullability...

github.com/passwordless-lib/fido2-net-lib - e6567d3ed0ee0d4ac4b4407b73ae8c82e477d6da authored about 1 year ago by Jason Nelson <[email protected]>
Fix AuthenticationExtensionsClientInputs Example prop name for conformance tests passing (#404)

github.com/passwordless-lib/fido2-net-lib - 02772ccb15a676a6bdb1b7dd817e4ee1f7cc05a6 authored about 1 year ago by Yedidya Schwartz <[email protected]>
Change TargetFrameworks to TargetFramework (#403)

When performing `dotnet run` this change prevents a framework version specification error

github.com/passwordless-lib/fido2-net-lib - 1e7967b0248b751ae303bc44f68502cde03ee279 authored about 1 year ago by Yedidya Schwartz <[email protected]>
Improve Code Quality (#405)

* Make UafVersion a readonly struct

* Fix UndesiredMetadataStatusFido2VerificationException c...

github.com/passwordless-lib/fido2-net-lib - 2ef5ff32656cd4a092799cba249196f7c961714d authored about 1 year ago by Jason Nelson <[email protected]>
Support for PRF Extension (#390)

* added prf to extension models

* update comment summaries

* added PRF to some existing te...

github.com/passwordless-lib/fido2-net-lib - dc8916ba59daeac89cc5b63b159e8b0d87475b22 authored about 1 year ago by Kyle Spearrin <[email protected]>
Fixed Origin in Blazor (#408)

github.com/passwordless-lib/fido2-net-lib - 4446aea5d0ffd08cdd6e05eac95bf9c1861a1810 authored about 1 year ago by Anders Åberg <[email protected]>
Adding Blazor examples wasm/server (#379)

* Add Blazor WebAuthn lib

* Razor lib: Add transports to attestation response.

Note that t...

github.com/passwordless-lib/fido2-net-lib - 5cb0f17bfd2594ce585e861d88ae5faeb888699e authored about 1 year ago by Marlon Regenhardt <[email protected]>
Remove Origin property and make Origins readonly (#393)

github.com/passwordless-lib/fido2-net-lib - 53caf81da894691ad10eefcce5fd5979b4a8e6ed authored over 1 year ago by Marlon Regenhardt <[email protected]>
Simplify enum mapping & update specification links (#368)

github.com/passwordless-lib/fido2-net-lib - 2cc296dd8e87f55f53ed08ad0759b8c41329d59e authored over 1 year ago by Jason Nelson <[email protected]>
Support device public key and passkeys (#356)

* Start DPK and passkey support

* Cleanup

* Finish merge

* Additional cleanup

* Make...

github.com/passwordless-lib/fido2-net-lib - 7b92f4a019a9ed24793eedb8016408b44e9ee858 authored over 1 year ago by Alex Seigler <[email protected]>
SourceLink consolidation (#384)

* Consolidate SourceLink reference to shared build props

* Add other Directory.Build.props to...

github.com/passwordless-lib/fido2-net-lib - a33848cc3e8a1b42d02d6c784d8049fd49de1150 authored over 1 year ago by Marlon Regenhardt <[email protected]>
Add IBufferWriter.WriteGuidBigEndian

github.com/passwordless-lib/fido2-net-lib - 5e725648ac3232c8653bf7f6861e992109f1a53a authored over 1 year ago by Jason Nelson <[email protected]>
React to AaGuid rename

github.com/passwordless-lib/fido2-net-lib - f6903a84bd7571aceb5fb39aceca7cda9b467226 authored over 1 year ago by Jason Nelson <[email protected]>
Improve nullability annotations

github.com/passwordless-lib/fido2-net-lib - 52cd4710e248298d73c94bd514d081c4dbbb4318 authored over 1 year ago by Jason Nelson <[email protected]>
Strongly type AaGuid

github.com/passwordless-lib/fido2-net-lib - 7b69f5423aa10aca06cf823f7df809614438e245 authored over 1 year ago by Jason Nelson <[email protected]>
Improve error message when mds3.certinfra.fidoalliance.org is offline

github.com/passwordless-lib/fido2-net-lib - 66b48d558e638916e4be0cacec914eb3d8e87236 authored over 1 year ago by Jason Nelson <[email protected]>
Update _getEndpointsUrl

github.com/passwordless-lib/fido2-net-lib - 9de9d086dedaee7dbca64c549056350b073f46bb authored over 1 year ago by Jason Nelson <[email protected]>
Update testing dependencies

github.com/passwordless-lib/fido2-net-lib - 304479568e3319a775b7ab7870b437ffd19e54b0 authored over 1 year ago by Jason Nelson <[email protected]>
Consolidate X509 certificate error handling and improve base64 conversions

github.com/passwordless-lib/fido2-net-lib - c0d71c034156b00ba85c2ca6e307de3f115c7621 authored almost 2 years ago by Jason Nelson <[email protected]>
Replace MemoryStream + BinaryWriter with IBufferWriter

github.com/passwordless-lib/fido2-net-lib - f775459552c6cb6cadfc3c043940bba9867a5d11 authored almost 2 years ago by Jason Nelson <[email protected]>
Enable nullable on AttestedCredentialData

github.com/passwordless-lib/fido2-net-lib - 671ecd4374ffc7a4ac16818d4b2d5ee93a6408a0 authored almost 2 years ago by Jason Nelson <[email protected]>
Fixes Fido2Configuration.FullyQualifiedOrigins contains a null entry when configured from a configuration section on .NET 7

github.com/passwordless-lib/fido2-net-lib - a48d2a4c6c1ce8449d1391c8acc9b44d3a20c2c3 authored almost 2 years ago by ypoul <[email protected]>
Add port to conformance metadata repository (#355)

Disable specific tests for Mac/Linux

github.com/passwordless-lib/fido2-net-lib - e3851a79b60c7b996a0097fbadbcd99128826884 authored almost 2 years ago by Alex Seigler <[email protected]>
Update link in Readme (#354)

github.com/passwordless-lib/fido2-net-lib - 24a2acebbda79bda561e72e96fb10623cd470bd2 authored almost 2 years ago by Michael Harris <[email protected]>
Improve error handling (#344)

* Improve error handling

* Rename AttestationFormat -> AttestationVerifier to match

* Remo...

github.com/passwordless-lib/fido2-net-lib - b858a5e8f7ce3cc19003ba4e57a3ce9338f164f4 authored almost 2 years ago by Jason Nelson <[email protected]>
Fixed clientDataJSON name

github.com/passwordless-lib/fido2-net-lib - a755ace3731b2f4d6d373dc5aacf46b87b09dfee authored almost 2 years ago by CORE <[email protected]>
Fix TestAppleAppAttestProd test on macOS & Linux (#347)

github.com/passwordless-lib/fido2-net-lib - 1387ff55b1a405256243b8900f7f530c7a65b9cb authored almost 2 years ago by Jason Nelson <[email protected]>
Use file scoped namespaces

github.com/passwordless-lib/fido2-net-lib - 9823ec02991c4036f5d2f435e779044ff84ebab2 authored almost 2 years ago by Jason Nelson <[email protected]>
Support ResidentKeyRequirement (#311)

* Support ResidentKeyRequirement

* Handle dependency between RequireResidentKey and ResidentK...

github.com/passwordless-lib/fido2-net-lib - dd727b148e7efeefbf6e1d3ee7a7592e178fd58f authored about 2 years ago by dIeGoLi <[email protected]>
Changed jobname

github.com/passwordless-lib/fido2-net-lib - 686895bf2d79766bc24358bc5bef0f2f65c00140 authored about 2 years ago by Anders Åberg <[email protected]>
Fixed typo in pipelines

github.com/passwordless-lib/fido2-net-lib - b8f2958ba3ae40350c629ee3febecd0dd12f2d32 authored about 2 years ago by Anders Åberg <[email protected]>
Add Mac and Linux to test pipeline (#332)

github.com/passwordless-lib/fido2-net-lib - 3e7161a4239ff037fe7dd9e4fc92a93d552ab154 authored about 2 years ago by Alex Seigler <[email protected]>
Implement support for apple-appattest attestation format (#322)

* Initial stab at apple-appattest

* Add fmt to readme, remove ext length check, update prod a...

github.com/passwordless-lib/fido2-net-lib - 8caea05eceebdfe37dd4377615ca1c62ce233fc3 authored about 2 years ago by Alex Seigler <[email protected]>
Check return value from Base64.DecodeFromUtf8InPlace() and throw if error (#331)

github.com/passwordless-lib/fido2-net-lib - c948bc46ff8161cb514ad7dfb48211c47789f016 authored about 2 years ago by Alex Seigler <[email protected]>
added [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields)] annotations to generic enums

github.com/passwordless-lib/fido2-net-lib - 753f48a21962062d50911415f6a1652d1f029724 authored about 2 years ago by filipw <[email protected]>
Updated sourcelink

github.com/passwordless-lib/fido2-net-lib - 95f5143cdb4761f991a5133ee144417796b0a190 authored about 2 years ago by Anders Åberg <[email protected]>
Use more shared error messages

github.com/passwordless-lib/fido2-net-lib - 20bfa10a4323d73120a33688eb9ccfe168bb65fb authored about 2 years ago by Jason Nelson <[email protected]>
Update System.IdentityModel.Tokens.Jwt

github.com/passwordless-lib/fido2-net-lib - 6542784bac1b396c9880faac190ed6d01c79c966 authored about 2 years ago by Jason Nelson <[email protected]>
Remove TypedString abstraction and reflection during serialization

github.com/passwordless-lib/fido2-net-lib - 9ff4a65b08c5c42585850ce1e6b805b005047955 authored about 2 years ago by Jason Nelson <[email protected]>
[Extensions] Use file-scoped namespaces

github.com/passwordless-lib/fido2-net-lib - 452ff8adcf414a9c31bf213c4ec75052fb7e6cec authored about 2 years ago by Jason Nelson <[email protected]>
Add UnimplementedAlgorithm ErrorCode

github.com/passwordless-lib/fido2-net-lib - 9fbdc1d5397cfb8b6d6defc5a184fbcd112a18ed authored about 2 years ago by Jason Nelson <[email protected]>
Set more error codes

github.com/passwordless-lib/fido2-net-lib - 2b26b9fe8807d4cf355a1ca500324aa420e13465 authored about 2 years ago by Jason Nelson <[email protected]>
Assert more error codes

github.com/passwordless-lib/fido2-net-lib - e206d20177748dcb7c3c84eb46522de168c64457 authored about 2 years ago by Jason Nelson <[email protected]>
[Cbor] Use file-scoped namespaces

github.com/passwordless-lib/fido2-net-lib - abded1e0b9894f616119976c9eb6a8d301a055c6 authored about 2 years ago by Jason Nelson <[email protected]>
Add MalformedAuthenticatorResponse error code

github.com/passwordless-lib/fido2-net-lib - 31b7efce0e12338396ce9a18494654020ca8937e authored about 2 years ago by Jason Nelson <[email protected]>
Eliminate Linq usage in Packed

github.com/passwordless-lib/fido2-net-lib - e4cd129b9fd12b5f2dce58244f532c9fccd44fbd authored about 2 years ago by Jason Nelson <[email protected]>
Introduce Fido2ErrorCode and improve error messages

github.com/passwordless-lib/fido2-net-lib - d7210fa3a861df4c74716101cf14b19d8dd3da0f authored about 2 years ago by Jason Nelson <[email protected]>
Make a distinction between missing and unknown attestation formats

github.com/passwordless-lib/fido2-net-lib - e8855903d1f78ad990c1e0911dc6c83d4e80ec2e authored about 2 years ago by Jason Nelson <[email protected]>
Add Fido2ErrorCode.InvalidAttestation

github.com/passwordless-lib/fido2-net-lib - 350a4e409b09ac167072a079b33212e67838431e authored about 2 years ago by Jason Nelson <[email protected]>