From bff7171c2947ac04618a4d649cfba003a401feac Mon Sep 17 00:00:00 2001 From: Mohamed Amir Yosef Date: Fri, 10 Oct 2025 21:07:09 +0200 Subject: [PATCH] Update dc-api.md ro remove mediation: "required" After https://github.com/w3c-fedid/digital-credentials/pull/392, mediation doesn't need to be specified. --- docs/requesting-credential/dc-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/requesting-credential/dc-api.md b/docs/requesting-credential/dc-api.md index 76d9182..ae3928b 100644 --- a/docs/requesting-credential/dc-api.md +++ b/docs/requesting-credential/dc-api.md @@ -28,7 +28,6 @@ async function requestCredential() { // Call the Digital Credentials API using the presentation request from the backend let dcResponse = await navigator.credentials.get({ signal: controller.signal, - mediation: "required", digital: { requests: [{ protocol: "openid4vp", @@ -67,4 +66,4 @@ async function requestCredential() { ## Android Native -## Fallback \ No newline at end of file +## Fallback