Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting attestation formats #530

Merged
merged 6 commits into from
Oct 30, 2024

Conversation

jonashendrickx
Copy link
Contributor

Adding support for attestation formats.

The RP can use this optional member to specify a preference regarding the attestation statement format used by the authenticator. Values SHOULD be taken from the IANA "WebAuthn Attestation Statement Format Identifiers" registry [IANA-WebAuthn-Registries] established by [RFC8809]. Values are ordered from most preferable to least preferable. This parameter is advisory and the authenticator MAY use an attestation statement not enumerated in this parameter.

@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 74.67%. Comparing base (cb71a15) to head (ee952a3).
Report is 20 commits behind head on master.

Files with missing lines Patch % Lines
...s/AuthenticationExtensionsDevicePublicKeyInputs.cs 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
+ Coverage   73.95%   74.67%   +0.72%     
==========================================
  Files          98      104       +6     
  Lines        2638     2966     +328     
  Branches      446      532      +86     
==========================================
+ Hits         1951     2215     +264     
- Misses        586      634      +48     
- Partials      101      117      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jonashendrickx jonashendrickx changed the title (WIP) Attestation formats Supporting attestation formats Jul 17, 2024
@jonashendrickx jonashendrickx requested a review from iamcarbon July 18, 2024 07:28
Assertion time attestation is removed from per this PR: https://github.com/w3c/webauthn/pull/1997/files
@abergs abergs merged commit 0d38438 into passwordless-lib:master Oct 30, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants