fido2-net-lib
fido2-net-lib copied to clipboard
FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
I think this might got lost in the most recent package configuration. It's currently missing:  It's as simple as adding `true` to the csproj but we get a lot...
I have a second sample credential store (on prem active directory) nearly ready to test. Currently it is fairly messy to switch the code in the controller out from one...
I would like to propose to generate a documentation for the API by using [docfx](https://github.com/dotnet/docfx). Related to: #53.
I get a lot of emails about how this can be integrated with both on-premise AD and Azure AD. @aseigler You have worked on this. Can we do a write-up...
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/
This issue should be closed once: - All classes in the library has well written intellisense xml documentation notes - Configuration options and notes are clearly described in readme
~~LibLog: https://github.com/damianh/LibLog~~ ~~And we should add error logs when running without MDS.~~ We should use https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions and add informational logs thought out the library.
Link to the demos were broken.
Posting for early feedback. - Introduces a Fido2ErrorCode to check for specific exception cases more easily - Update the Cbor namespace to use file-scoped namespaces - Eliminates linq usage in...