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

Merge up 5.1.2 to 5.2.x #697

Merged
merged 7 commits into from
Feb 16, 2025
Merged

Merge up 5.1.2 to 5.2.x #697

merged 7 commits into from
Feb 16, 2025

Conversation

Spomky
Copy link
Contributor

@Spomky Spomky commented Feb 16, 2025

No description provided.

Simplified TypeScript declaration handling by streamlining the build plugin and removed unnecessary `outDir` config. Upgraded multiple dependencies, including `@simplewebauthn` and Babel-related libraries, for improved functionality and compatibility. Adjusted code for better null/undefined checks in Stimulus controller.
Added a `length="250"` attribute to the `publicKeyCredentialId` field in the doctrine mapping. This enforces a maximum length constraint, ensuring consistency and preventing potential database issues.
Refactored `startAuthentication` and `startRegistration` calls to use object syntax for passing parameters. This improves code clarity and aligns with expected API usage patterns.
Ensure the service throws a clear exception if the required "web-token/jwt-library" package is not installed. This prevents potential runtime issues by guiding users to install the necessary dependency upfront.
Ensure the 'x5c' key contains an array before creating a CertificateTrustPath. This prevents potential errors caused by invalid 'x5c' data structures during denormalization.
The unique constraint on the publicKeyCredentialId field was removed to allow greater flexibility in data handling. This change ensures compatibility with scenarios where the uniqueness of the field is not a strict requirement.
Corrected the typo in the docblock annotation from `@@deprecated` to `@deprecated`. This ensures consistency with standard annotation formatting and improves code readability for developers.
@Spomky Spomky merged commit 346244d into 5.2.x Feb 16, 2025
29 of 31 checks passed
@Spomky Spomky deleted the temp-ae5df4 branch February 16, 2025 10:26
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.

1 participant