chore(deps): Update dependency @simplewebauthn/server to v14 #120
No reviewers
Labels
No labels
dependencies
major
security-pin
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
trails-cool/trails!120
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/simplewebauthn-server-14.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^13.3.2→^14.0.0Release Notes
MasterKale/SimpleWebAuthn (@simplewebauthn/server)
v14.0.0Compare Source
The headlining feature of this release is @simplewebauthn/server gaining support for passkeys
using the ML-DSA-44, ML-DSA-65, and ML-DSA-87 PQC algorithms in supported runtimes. And in those
same supported runtimes, SimpleWebAuthn will automatically encourage registration of ML-DSA-44
passkeys to future-proof Relying Parties as PQC-capable FIDO2 authenticators and credential managers
start coming to market. See https://simplewebauthn.dev/docs/advanced/server/pqc-ml-dsa-support for
more info 🚀
Setting our sites on the browser, @simplewebauthn/browser picks up a new
sendSignal()methodas a single method to call all of the
WebAuthn Signal APIs. See
https://simplewebauthn.dev/docs/packages/browser#sendsignal for more info 🛜
As for breaking changes, the minimum supported version of Node has been raised to Node LTS 22.x
and higher, and Deno v2.4.x and higher. Going forward, SimpleWebAuthn will more formally aim
to support Node LTS releases through their Active and Maintenance windows as tracked on
the Node.js Releases page, and aim to support Deno
minor releases for up to one year after their release
That's not all, though. Continue reading for the full list of changes in this release! 🎉
Changes:
passkey public key algorithms when the runtime supports them. In runtimes that support these PQC
algorithms,
generateRegistrationOptions()will include ML-DSA-44 as the most preferred publickey algorithm during registration. See
https://simplewebauthn.dev/docs/advanced/server/pqc-ml-dsa-support for more info
(#785,
#794)
sendSignal()method offers a simple way to invoke theWebAuthn Signal APIs. See
https://simplewebauthn.dev/docs/packages/browser#sendsignal for more info
(#778)
browserSupportsPasskeys()helper method performs more robust WebAuthnsupport detection by also checking for typical passkey-related WebAuthn features. See
https://simplewebauthn.dev/docs/packages/browser#browsersupportspasskeys for more info
(#761)
getBrowserCapabilities()helper method wraps WebAuthn'sgetClientCapabilities()with additional feature detection checks when possible. Seehttps://simplewebauthn.dev/docs/packages/browser#getbrowsercapabilities for more info
(#761)
verifyAuthenticationResponse()accepts an optional newexpectedTopOriginargumentthat supports cross-origin authentication verification. See
https://simplewebauthn.dev/docs/advanced/server/cross-origin-support for more info
(#773)
MetadataService.initialize()accepts an optional newloggerargument that can beused to capture MetadataService status output in a project-specific manner. See
https://simplewebauthn.dev/docs/advanced/server/metadata-service#logging for more info
(#765)
transportsinexcludeCredentialswhen callinggenerateRegistrationOptions(), andallowCredentialswhen callinggenerateAuthenticationOptions(), has been updated tostring[]to make it easier to call thesemethods (#776)
"tpm"attestation verification is now more tolerant of variable casing in the TPMmanufacturer IDs (#772)
generateRegistrationOptions()andverifyRegistrationResponse()now use the samedefault list of allowed public key algorithms for
supportedAlgorithmIDs(#791)
validateCertificatePath()helper now supports x5c arrays containingcross-signed certificates (#796)
Breaking Changes
and higher, and Deno v2.4.x and higher
(#763)
Configuration
📅 Schedule: (in timezone Europe/Copenhagen)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
3e0abc4ef38e37d499b1Pull request closed