Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk authored Jan 9, 2024
1 parent fcec75d commit afdf476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/2/dpop/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
$page_title = "OAuth 2.0 DPoP - Demonstrating Proof of Possession at the Application Layer - RFC9449";
$page_title = "OAuth 2.0 DPoP - Demonstrating Proof of Possession - RFC9449";
$page_section = "";
$page_secondary = "";
$page_meta_description = "OAuth 2.0 DPoP - Demonstrating Proof of Possession at the Application Layer - RFC9449";
$page_meta_description = "OAuth 2.0 DPoP - Demonstrating Proof of Possession - RFC9449";
require('../../../includes/_header.php');
?>
<div class="container">
Expand All @@ -14,7 +14,7 @@
</nav>
<div>

<h2>RFC 9449: OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)</h2>
<h2>RFC 9449: OAuth 2.0 Demonstrating Proof-of-Possession (DPoP)</h2>

<p><a href="https://datatracker.ietf.org/doc/html/rfc9449" class="rfc">datatracker.ietf.org/doc/html/rfc9449</a></p>

Expand Down

0 comments on commit afdf476

Please sign in to comment.