Skip to content

Commit

Permalink
Remove 'authenticate .... tokens' (w3c-fedid#693)
Browse files Browse the repository at this point in the history
SHA: 74852ac
Reason: push, by pull[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
philsmart and github-actions[bot] committed Jan 16, 2025
1 parent 549a5a1 commit b801e74
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta content="ED" name="w3c-status">
<meta content="Bikeshed version ac5ea272d, updated Fri Dec 6 15:45:15 2024 -0800" name="generator">
<link href="http://www.w3.org/TR/fedcm/" rel="canonical">
<meta content="fdb085e571a19e934e41919dcbfbc2c8cba92d04" name="revision">
<meta content="74852ac1b0f18c787b4aa43ee798ba188abeba0a" name="revision">
<meta content="dark light" name="color-scheme">
<style>
dl.domintro dt {
Expand Down Expand Up @@ -767,7 +767,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Federated Credential Management API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-01-14">14 January 2025</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-01-16">16 January 2025</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -945,8 +945,7 @@ <h2 class="heading settled" data-level="1" id="introduction"><span class="secno"
user information for federated sign in). This mediation requires user
permission before allowing the <a data-link-type="dfn" href="#rp" id="ref-for-rp">RPs</a> and <a data-link-type="dfn" href="#idp" id="ref-for-idp">IDPs</a> to know about their
connection to the user.</p>
<p>The specification leans heavily on changes in the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#user-agent" id="ref-for-user-agent①">user agent</a> and <a data-link-type="dfn" href="#idp" id="ref-for-idp①">IDP</a> and minimally on the <a data-link-type="dfn" href="#rp" id="ref-for-rp①">RP</a>. The FedCM API provides a way to authenticate and
fetch tokens.</p>
<p>The specification leans heavily on changes in the <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#user-agent" id="ref-for-user-agent①">user agent</a> and <a data-link-type="dfn" href="#idp" id="ref-for-idp①">IDP</a> and minimally on the <a data-link-type="dfn" href="#rp" id="ref-for-rp①">RP</a>. The FedCM API provides a way to fetch tokens.</p>
<div class="example" id="example-c995bcea">
<a class="self-link" href="#example-c995bcea"></a> Example showing how a website allowing for a single logged in account
could be implemented.
Expand Down

0 comments on commit b801e74

Please sign in to comment.