From 03da5a770da136fb2071e4951ee017b8d6e61427 Mon Sep 17 00:00:00 2001 From: Bewinxed Date: Thu, 25 Sep 2025 06:05:06 +0000 Subject: [PATCH 1/2] fix: adjust request/create params as per yubico recommendations. --- src/lib/webauthn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/webauthn.ts b/src/lib/webauthn.ts index b416db53..3b0973bc 100644 --- a/src/lib/webauthn.ts +++ b/src/lib/webauthn.ts @@ -462,7 +462,7 @@ export const DEFAULT_CREATION_OPTIONS: Partial = { From 946a3cca9bc797f77cc4a638c3ef819b6dd8fae7 Mon Sep 17 00:00:00 2001 From: Bewinxed Date: Thu, 25 Sep 2025 06:09:14 +0000 Subject: [PATCH 2/2] fix: add direct attestation to .request --- src/lib/webauthn.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/webauthn.ts b/src/lib/webauthn.ts index 3b0973bc..ebd286ac 100644 --- a/src/lib/webauthn.ts +++ b/src/lib/webauthn.ts @@ -469,6 +469,7 @@ export const DEFAULT_REQUEST_OPTIONS: Partial(...sources: Partial[]): T {