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

@aseigler Is there any documentation covering how to use the support introduced in https://github.com/passwordless-lib/fido2-net-lib/pull/322? I appreciate the test is there, but `AppleAppAttest` is an internal class, as far as I...

Great well written and (for the most part) easy to use library - thanks! The `DistributedCacheMetadataService` leverages both `IMemoryCache` and `IDistributedCache`. However it makes assumptions on how much data can...

Hi, I tried testing usb key for usernameless. While using the usb key for log-in, I am getting a prompt message for PIN. (Shouldn't we be able to login directly...

Cool package, thanks for that. I just wonder if it is also suitable for .Net applications that are not a web page (Windows Forms Application). Does the package also work...

Hi I'm trying to use the lib with the integrated passkey function from Apple under iOS. Every time I try to complete the registration I get a CBOR error from...

Currently the lib compares the rp id in the original `PublicKeyRequestOptions` to the rp id in the created credential. If the id was however not set in the request options,...

Could you provide a toy/example app with Blazor aspnetcore app and google authentication?

help wanted
documentation

Hey all, I am new to this package. I like it, but there is one inconvience I have noticed so far. ![image](https://user-images.githubusercontent.com/45227130/210603107-153d5230-49e8-4eea-b812-3c5b914d995a.png) All fields are marked as nullable as you...

documentation

I am using a yubikey which is able to store credentials. I tested using current version of firefox, chrome and edge on windows 10 and 11. All behave the same....

question

Hi, I have integrated libfido2 library (https://github.com/Yubico/libfido2) release dlls in my Windows application which is developed in C# for enrolling and authenticating the user via FIDO device. So, After enrolling...