From 2834b2fff738a186c2f2b7f211b5dc484a2ff77d Mon Sep 17 00:00:00 2001 From: Matt Langlois Date: Fri, 1 Aug 2025 10:30:14 -0600 Subject: [PATCH 1/3] Add deprecation notice --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 42869492..7a14b9f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +⚠️ ⚠️ ⚠️ + +Webauthn-json has been sunset. Now that all major browsers support webauthn we recommend invoking the native APIs + +⚠️ ⚠️ ⚠️ + # `@github/webauthn-json` `@github/webauthn-json` is a client-side Javascript library that serves as convenience wrapper for the the [WebAuthn API](https://www.w3.org/TR/webauthn/) by encoding binary data using [base64url](https://w3c.github.io/webauthn/#sctn-dependencies) (also known as "websafe" or "urlsafe" base64). From c57df97eb9546c90db6cd4e5c5a3b011e437f27d Mon Sep 17 00:00:00 2001 From: Matt Langlois Date: Fri, 1 Aug 2025 10:31:38 -0600 Subject: [PATCH 2/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a14b9f6..53bb53ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ⚠️ ⚠️ ⚠️ -Webauthn-json has been sunset. Now that all major browsers support webauthn we recommend invoking the native APIs +WebAuthn-json has been sunset. Now that all major browsers support WebAuthn we recommend invoking the native APIs ⚠️ ⚠️ ⚠️ From 0b107d9bf6bf41a31e38a7afb3010b5d30c4b87c Mon Sep 17 00:00:00 2001 From: Matt Langlois Date: Fri, 1 Aug 2025 10:45:31 -0600 Subject: [PATCH 3/3] Add link to compatibility information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53bb53ab..fa3fc9d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ⚠️ ⚠️ ⚠️ -WebAuthn-json has been sunset. Now that all major browsers support WebAuthn we recommend invoking the native APIs +WebAuthn-json has been sunset. Now that [all major browsers support WebAuthn](https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API#browser_compatibility) we recommend invoking the native APIs ⚠️ ⚠️ ⚠️