Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace link to Explainer with Developer Documentation #674

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://developer.mozilla.org/en-US/docs/Web/API/FedCM_API)

Work-in-progress specification: <https://w3c-fedid.github.io/FedCM/>

Expand All @@ -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.
Copy link
Contributor

@TallTed TallTed Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rational behind how that API was designed.
rationale behind that API's design.


## Contributing

Expand Down