From 80c52dee4e9ac355d4953446b0e2cccebc79d1cc Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 24 Sep 2024 14:19:41 +0200 Subject: [PATCH] Add hints feature to NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 34df46cdf..a2dbd4a08 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`, + `PublicKeyCredentialCreationOptions` and `PublicKeyCredentialRequestOptions`, + 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