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

`authenticatorDisplayName, of type [USVString](https://webidl.spec.whatwg.org/#idl-USVString)` This OPTIONAL property is a [human-palatable](https://w3c.github.io/webauthn/#human-palatability) description of the credential’s [managing authenticator](https://w3c.github.io/webauthn/#public-key-credential-source-managing-authenticator), chosen by the user. The [client](https://w3c.github.io/webauthn/#client) MUST allow the user to choose this value....

Hello, nice team, I work for a banking company in Guatemala and we are implementing PassKey in our system, so we downloaded their public project using the .NET 8 version...

Currently, `FidoEnumConverter` works in the following way: 1. If an enum value is annotated by `EnumMemberAttribute`, then the provided custom name is used both for serialization and deserialization. 2. If...

This updates the following dependencies to their latest versions: xunit Microsoft.NET.Test.Sdk coverlet.collector Microsoft.TypeScript.MSBuild Microsoft.AspNetCore.* System.IdentityModel.* And addresses various transient vulnerabilities.

Update README.md - Medium link was broken, now fixed.

conda/conda-forge/linux-aarch64/numpy/1.13.0 condasource/conda-forge/linux-aarch64/numpy/1.13.0 conda/conda-forge/-/numpy/1.13.0/ conda/conda-forge/linux-aarch64/numpy/-py367565f0247146ac9ae650d85d04715a518c4a59dcCONTRIBUTING.mdtype: conda | condasource provider: conda-forge | anaconda-main | anaconda-r namespace: ${architecture} name: any revision: (${version} | )-(${buildversion} | ) - name: Cache uses: actions/[email protected] with: #...

Hi! ![image](https://github.com/user-attachments/assets/22aa7f8a-b50d-48a2-af88-90abb533cf78) The registration js file still relies on "ok" status, thus demo project is broken. ![image](https://github.com/user-attachments/assets/2746c3a4-f612-4fe8-ab36-3f153273e0d4) Probably changing to this should fix the issue, at least quick local change...

On Demo project, We found when trying to open demo some js error occures. We changed status code for `makemakeAssertionOptions.status` !== 'ok' to === 'error' Fully qualified demo, make sure...

For conformance we must support RS1, but it should be left out from being enabled by default (suggested by @aseigler, could you expand the reasoning for disabling RS1?)

This is based on #456 and results in a 100% pass on the v1.7.20-4 tool. ![image](https://github.com/user-attachments/assets/0170eeae-85d8-4a2e-a460-adc8767d128d) - **FIDO Conformance Tools v1.7.15 fixes** - **Json serialization fix** - **Unit test fix**...