fido2-net-lib icon indicating copy to clipboard operation
fido2-net-lib copied to clipboard

FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET

Results 116 fido2-net-lib issues
Sort by recently updated
recently updated
newest added

Since we now have a stable version of Fido2 published we need to maintain release notes to help developers upgrade. * Automate as much as possible (releases are currently done...

help wanted

Dear all, I am currently looking into FIDO also from my perspective of a FIDO alliance member and I am specifically testing eWBM and other hardware dongles with FIDO2 support...

It's currently only referenced as a nupkg package without any documentation on how to use it. The goal of this project is to help developers adopt fido2, we should therefore...

help wanted

it basically just says "this key seems to be unknown, please try another", without even asking me for a UV. ![image](https://user-images.githubusercontent.com/6696524/69898060-776c7a80-1354-11ea-9756-8377fbcd4114.png) as far as I know how windows 1903+ captures...

I am trying to write some unit tests against the library calling MakeNewCredentialAsync, but it appears that CredentialMakeResult has an internal set and so I cannot set the Result property....

To help debugging/reporting

good first issue

I'm creating this issue to specifically tackle the subject of condition formatting already mentioned in #87. I've also added some suggestions I had in mind after seeing some of the...

There seem to some friction with mapping an applicationuser to the Fido2NetLib representation of a user. From earlier discussion: **Problem** Given the current implementation, how can I extend the user...

Took this from the ASP.NET Core repo. I think we could apply the same rules to our code. Also a .editorconfig would be nice. ## Coding guidelines :grey_exclamation: The *content*...

Many people use Moq when writing Unit Tests. Extracting an interface from the Fido2 class will allow the Fido2 class to be mocked, making it easier for many users to...