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

fix(protocol): display name omitted incorrectly #184

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

james-d-elliott
Copy link
Member

This fixes an issue where the displayName value for a user entity was omitted in error. See https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-user and https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity (and the same links for level 2).

Fixes #183

@james-d-elliott james-d-elliott requested a review from a team as a code owner November 28, 2023 21:47
This fixes an issue where the displayName value for a user entity was omitted in error. See https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-user and https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity (and the same links for level 2).
@james-d-elliott james-d-elliott merged commit a602b39 into master Nov 28, 2023
4 checks passed
@james-d-elliott james-d-elliott deleted the fix-omit-displayname branch November 28, 2023 21:51
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.

UserEntity.DisplayName should not have omitempty
1 participant