| @forgerock/journey-client | minor |
|---|
Add WebAuthn conditional mediation (passkey autofill) support.
WebAuthn.authenticate(step, signal?)derives mediation from WebAuthn metadata (meta.mediation).- When
meta.mediationis'conditional', anAbortSignalis used (caller-provided if present, otherwise created by the SDK). - If conditional mediation is requested but not supported,
authenticate()throwsNotSupportedError(and the existing error handling sets the hidden outcome tounsupported). - Adds
WebAuthn.isConditionalMediationSupported()helper, docs, and unit tests.