Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
1 parent 3a951e3 commit e8f76be
Show file tree
Hide file tree
Showing 48 changed files with 50 additions and 45 deletions.
Binary file modified refs/pull/453/merge/en/.doctrees/defined-terms.doctree
Binary file not shown.
Binary file modified refs/pull/453/merge/en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified refs/pull/453/merge/en/.doctrees/pid-eaa-issuance.doctree
Binary file not shown.
Binary file modified refs/pull/453/merge/en/.doctrees/trust.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions refs/pull/453/merge/en/_sources/defined-terms.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,7 @@ Acronyms
- Level of Assurance
* - **AAL**
- Authenticator Assurance Level as defined in `<https://csrc.nist.gov/glossary/term/authenticator_assurance_level>`_
* - **PII**
- Personally Identifiable Information
* - **WSCD**
- Wallet Secure Cryptographic Device
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/_sources/pid-eaa-issuance.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The PID/(Q)EAA Provider MUST use *OAuth 2.0 Authorization Server* based on :rfc:
**Steps 5-6 (PAR Request)**: The Wallet Instance:

* creates a fresh PKCE code verifier, Wallet Attestation Proof of Possession, and ``state`` parameter for the *Pushed Authorization Request*.
* provides to the PID/(Q)EAA Provider PAR endpoint the parameters previously listed above, using the ``request`` parameter (hereafter Request Object) according to :rfc:`9126` Section 3 to prevent Request URI swapping attack.
* provides to the PID/(Q)EAA Provider PAR endpoint the parameters previously listed above, using the ``request`` parameter (hereafter Request Object) according to :rfc:`9126` Section 3 to prevent Request URI swapping attack. The Pushed Authorization Request enables client authentication prior to any user interaction. This step allows for the early rejection of illegitimate requests, effectively preventing spoofing attacks, tampering, and improper use of authorization requests.
* MUST create the ``code_verifier`` with enough entropy random string using the unreserved characters with a minimum length of 43 characters and a maximum length of 128 characters, making it impractical for an attacker to guess its value. The value MUST be generated following the recommendation in Section 4.1 of :rfc:`7636`.
* signs this request using the private key that is created during the setup phase to obtain the Wallet Attestation. The related public key that is attested by the Wallet Provider is provided within the Wallet Attestation ``cnf`` claim.
* MUST use the ``OAuth-Client-Attestation`` and ``OAuth-Client-Attestation-PoP`` parameters according to OAuth 2.0 Attestation-based Client Authentication [`OAUTH-ATTESTATION-CLIENT-AUTH`_], since in this flow the Pushed Authorization Endpoint is a protected endpoint.
Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/_sources/trust.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ Trust Chain regarding the Relying Party.
The Wallet Instance verifies that the Trust Chain related to the Relying Party is still active,
proving that the Relying Party is still part of the Federation and not revoked.

The Trust Chain MAY be contained within the signed request in the form of a JWS header parameter.
The Trust Chain MAY be contained within the signed request in the form of a JWS header parameter, or dynamically built through a Federation Entity Discovery process.

In offline flows, Trust Chain verification enables the assessment of the reliability of Trust Marks and Attestations contained within.

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h3 id="searchlabel">Quick search</h3>


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/authentic-sources.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2>Security Patterns<a class="headerlink" href="#security-patterns" title="Link


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/backup-restore.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Link t


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
7 changes: 5 additions & 2 deletions refs/pull/453/merge/en/defined-terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,10 @@ <h2>Acronyms<a class="headerlink" href="#acronyms" title="Link to this heading">
<tr class="row-even"><td><p><strong>AAL</strong></p></td>
<td><p>Authenticator Assurance Level as defined in <a class="reference external" href="https://csrc.nist.gov/glossary/term/authenticator_assurance_level">https://csrc.nist.gov/glossary/term/authenticator_assurance_level</a></p></td>
</tr>
<tr class="row-odd"><td><p><strong>WSCD</strong></p></td>
<tr class="row-odd"><td><p><strong>PII</strong></p></td>
<td><p>Personally Identifiable Information</p></td>
</tr>
<tr class="row-even"><td><p><strong>WSCD</strong></p></td>
<td><p>Wallet Secure Cryptographic Device</p></td>
</tr>
</tbody>
Expand Down Expand Up @@ -470,7 +473,7 @@ <h2>Acronyms<a class="headerlink" href="#acronyms" title="Link to this heading">


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h2 id="R">R</h2>


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ <h2>Index of content<a class="headerlink" href="#index-of-content" title="Link t


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/pid-eaa-data-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ <h3>MDOC-CBOR Examples<a class="headerlink" href="#mdoc-cbor-examples" title="Li


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/pid-eaa-entity-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ <h2>Example of a (Q)EAA Provider Entity Configuration<a class="headerlink" href=


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
4 changes: 2 additions & 2 deletions refs/pull/453/merge/en/pid-eaa-issuance.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h2>Low-Level Issuance Flow<a class="headerlink" href="#low-level-issuance-flow"
<blockquote>
<div><ul class="simple">
<li><p>creates a fresh PKCE code verifier, Wallet Attestation Proof of Possession, and <code class="docutils literal notranslate"><span class="pre">state</span></code> parameter for the <em>Pushed Authorization Request</em>.</p></li>
<li><p>provides to the PID/(Q)EAA Provider PAR endpoint the parameters previously listed above, using the <code class="docutils literal notranslate"><span class="pre">request</span></code> parameter (hereafter Request Object) according to <span class="target" id="index-6"></span><a class="rfc reference external" href="https://datatracker.ietf.org/doc/html/rfc9126.html"><strong>RFC 9126</strong></a> Section 3 to prevent Request URI swapping attack.</p></li>
<li><p>provides to the PID/(Q)EAA Provider PAR endpoint the parameters previously listed above, using the <code class="docutils literal notranslate"><span class="pre">request</span></code> parameter (hereafter Request Object) according to <span class="target" id="index-6"></span><a class="rfc reference external" href="https://datatracker.ietf.org/doc/html/rfc9126.html"><strong>RFC 9126</strong></a> Section 3 to prevent Request URI swapping attack. The Pushed Authorization Request enables client authentication prior to any user interaction. This step allows for the early rejection of illegitimate requests, effectively preventing spoofing attacks, tampering, and improper use of authorization requests.</p></li>
<li><p>MUST create the <code class="docutils literal notranslate"><span class="pre">code_verifier</span></code> with enough entropy random string using the unreserved characters with a minimum length of 43 characters and a maximum length of 128 characters, making it impractical for an attacker to guess its value. The value MUST be generated following the recommendation in Section 4.1 of <span class="target" id="index-7"></span><a class="rfc reference external" href="https://datatracker.ietf.org/doc/html/rfc7636.html"><strong>RFC 7636</strong></a>.</p></li>
<li><p>signs this request using the private key that is created during the setup phase to obtain the Wallet Attestation. The related public key that is attested by the Wallet Provider is provided within the Wallet Attestation <code class="docutils literal notranslate"><span class="pre">cnf</span></code> claim.</p></li>
<li><p>MUST use the <code class="docutils literal notranslate"><span class="pre">OAuth-Client-Attestation</span></code> and <code class="docutils literal notranslate"><span class="pre">OAuth-Client-Attestation-PoP</span></code> parameters according to OAuth 2.0 Attestation-based Client Authentication [<a class="reference external" href="https://datatracker.ietf.org/doc/draft-ietf-oauth-attestation-based-client-auth/03/">OAUTH-ATTESTATION-CLIENT-AUTH</a>], since in this flow the Pushed Authorization Endpoint is a protected endpoint.</p></li>
Expand Down Expand Up @@ -1520,7 +1520,7 @@ <h3>Notification Response<a class="headerlink" href="#notification-response" tit


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/proximity-flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ <h2>Session Termination<a class="headerlink" href="#session-termination" title="


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/pseudonyms.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h2>Implementation Considerations<a class="headerlink" href="#implementation-con


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h2>Example of a Relying Party Entity Configuration<a class="headerlink" href="#


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/relying-party-solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ <h3>Session Termination<a class="headerlink" href="#session-termination" title="


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/remote-flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ <h2>Redirect URI Errors<a class="headerlink" href="#redirect-uri-errors" title="


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/revocation-lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ <h2>Error Assertion<a class="headerlink" href="#error-assertion" title="Link to


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h1 id="search-documentation">Search</h1>


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/ssi-introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h3 id="searchlabel">Quick search</h3>


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/standards.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h1>Technical References<a class="headerlink" href="#technical-references" title


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
4 changes: 2 additions & 2 deletions refs/pull/453/merge/en/trust.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ <h3>Establishing Trust with Relying Parties<a class="headerlink" href="#establis
Trust Chain regarding the Relying Party.</p>
<p>The Wallet Instance verifies that the Trust Chain related to the Relying Party is still active,
proving that the Relying Party is still part of the Federation and not revoked.</p>
<p>The Trust Chain MAY be contained within the signed request in the form of a JWS header parameter.</p>
<p>The Trust Chain MAY be contained within the signed request in the form of a JWS header parameter, or dynamically built through a Federation Entity Discovery process.</p>
<p>In offline flows, Trust Chain verification enables the assessment of the reliability of Trust Marks and Attestations contained within.</p>
</section>
<section id="establishing-trust-with-credential-issuers">
Expand Down Expand Up @@ -1058,7 +1058,7 @@ <h2>Considerations about Decentralization<a class="headerlink" href="#considerat


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/wallet-attestation.html
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ <h3>Revocations<a class="headerlink" href="#revocations" title="Link to this hea


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/en/wallet-solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="


<div class="footer" role="contentinfo">
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
Binary file modified refs/pull/453/merge/it/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/backup-restore.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/defined-terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1 id="index">Index</h1>

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h2>Index of content<a class="headerlink" href="#index-of-content" title="Link t

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/issuance.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/pid-eaa-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/pid-eaa-mdoc-cbor.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/pid-eaa-sd-jwt.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/pseudonyms.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/revocation-lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h1 id="search-documentation">Search</h1>

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/ssi-introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/standards.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h3 id="searchlabel">Quick search</h3>

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/trust.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
2 changes: 1 addition & 1 deletion refs/pull/453/merge/it/wallet-instance-attestation.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2>External references<a class="headerlink" href="#external-references" title="

<div class="footer" role="contentinfo">
&#169; Copyright .
Last updated on 17/10/2024.
Last updated on 20/10/2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.5.
</div>

Expand Down
Loading

0 comments on commit e8f76be

Please sign in to comment.