From e4bdfbd040db5c4dc95529347b56e39e5bedfea3 Mon Sep 17 00:00:00 2001 From: Sandor Major Date: Wed, 30 Oct 2024 21:02:09 -0400 Subject: [PATCH 1/3] Replace link to Explainer with Dev Docs The explainer has been deleted. The link to it is replaced with the MDN documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9855501c..d6208be8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the repository for the W3C's FedID CG Federated Credentials Management API. -Explainer: [explainer.md](explainer.md) +Developer documentation: [Federated Credential Management (FedCM) API]([explainer.md](https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API)) Work-in-progress specification: From 085b6c06d5ab217c59fc806337541f3abdce5e5d Mon Sep 17 00:00:00 2001 From: Sandor Major Date: Wed, 20 Nov 2024 23:43:15 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6208be8..77ce3d40 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the repository for the W3C's FedID CG Federated Credentials Management API. -Developer documentation: [Federated Credential Management (FedCM) API]([explainer.md](https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API)) +Developer documentation: [Federated Credential Management (FedCM) API](https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API) Work-in-progress specification: @@ -21,8 +21,9 @@ the removal of third-party cookies on federated login. Historically this has relied on third-party cookies or navigational redirects in order to function as they were the primitives provided by the web. -The [explainer](explainer.md) and [spec](https://w3c-fedid.github.io/FedCM) -provide a potential API and the rational behind how that API was designed. +The [documentation](https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API) +and [spec](https://w3c-fedid.github.io/FedCM) provide a potential API and the +rational behind how that API was designed. ## Contributing From 5cb9488fe8b1e617019b6acda51c4370d9018780 Mon Sep 17 00:00:00 2001 From: Sandor Major Date: Mon, 6 Jan 2025 17:26:44 -0500 Subject: [PATCH 3/3] Update README.md Co-authored-by: Ted Thibodeau Jr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ce3d40..1cf5ed99 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ as they were the primitives provided by the web. The [documentation](https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API) and [spec](https://w3c-fedid.github.io/FedCM) provide a potential API and the -rational behind how that API was designed. +rationale behind that API's design. ## Contributing