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

Add new denormalizers and deprecate old JSON methods #618

Merged
merged 2 commits into from
Jul 6, 2024

Conversation

Spomky
Copy link
Contributor

@Spomky Spomky commented Jul 6, 2024

Added new Denormalizer classes for AttestedCredentialData, AuthenticationExtensions, and others. Deprecated JSON serialization methods in several classes, scheduled to be removed in version 5.0. Now serialization relies fully on the Symfony Serializer component. Various minor amendments in other classes to support these changes.

Target branch: 4.9.x
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

Added new Denormalizer classes for AttestedCredentialData, AuthenticationExtensions, and others. Deprecated JSON serialization methods in several classes, scheduled to be removed in version 5.0. Now serialization relies fully on the Symfony Serializer component. Various minor amendments in other classes to support these changes.
Added new Denormalizer classes for AttestedCredentialData, AuthenticationExtensions, and others. Deprecated JSON serialization methods in several classes, scheduled to be removed in version 5.0. Now serialization relies fully on the Symfony Serializer component. Various minor amendments in other classes to support these changes.
@Spomky Spomky added the enhancement New feature or request label Jul 6, 2024
@Spomky Spomky added this to the 4.9.0 milestone Jul 6, 2024
@Spomky Spomky self-assigned this Jul 6, 2024
@Spomky Spomky merged commit abd4ca4 into 4.9.x Jul 6, 2024
15 checks passed
@Spomky Spomky deleted the bugs/incorrect-user-handle-normalization branch July 6, 2024 19:20
Spomky added a commit that referenced this pull request Jul 6, 2024
* Remove debug dump in ProfileBasedRequestOptionsBuilder

The update removes a debug dump in the ProfileBasedRequestOptionsBuilder. This dump was outputting the results of the fake credential generator if it's defined in cases when a

* Add feature to hide existing credentials

The code changes enable suppressing the existing user credential details to enhance security. This feature introduces a preventive measure against username enumeration exploits by concealing the previously existing credentials. The flag 'hide_existing_credentials' has been added to facilitate this change, defaulted to false. This change is particularly important during the attestation ceremony performed by anonymous users.

* Add new denormalizers and deprecate old JSON methods (#618)

* Add new denormalizers and deprecate old JSON methods

Added new Denormalizer classes for AttestedCredentialData, AuthenticationExtensions, and others. Deprecated JSON serialization methods in several classes, scheduled to be removed in version 5.0. Now serialization relies fully on the Symfony Serializer component. Various minor amendments in other classes to support these changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant