From 98b0a1b50eaa844d96861c3e480029b4abd9a20c Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 24 Sep 2024 13:59:19 +0200 Subject: [PATCH] Add hints feature to NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 34df46cdf..849e1eb30 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,11 @@ New features: * Added public factory function `LargeBlobRegistrationOutput.supported(boolean)`. * Added public factory functions to `LargeBlobAuthenticationOutput`. +* Added `hints` property to `StartRegistrationOptions`, `StartAssertionOptions`, + `PublicKeyCredentialRequestOptions` and `PublicKeyCredentialAssertionOptions`, + and class `PublicKeyCredentialHint` to support them, to support the `hints` + parameter introduced in WebAuthn L3: + https://www.w3.org/TR/2023/WD-webauthn-3-20230927/#dom-publickeycredentialcreationoptions-hints * (Experimental) Added option `isSecurePaymentConfirmation(boolean)` to `FinishAssertionOptions`. When set, `RelyingParty.finishAssertion()` will adapt the validation logic for a Secure Payment Confirmation (SPC) response