Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk authored Feb 14, 2024
1 parent 387a245 commit fee5dc3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions public/passkeys/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div>
<h2>What are Passkeys?</h2>

<p><a href="https://passkeys.dev//" class="rfc">passkeys.dev</a></p>
<p><a href="https://passkeys.dev/" class="rfc">passkeys.dev</a></p>

<p>Passkeys are a new way to log in to services without using a password. Instead of a password, passkeys use the security capability of your device like Touch ID and Face ID, and sync across multiple devices so you don't have to worry about losing your device either. Passkeys are strong and phishing resistant by design.</p>

Expand All @@ -25,21 +25,21 @@
<p>Passkeys will replace the step in OAuth where the user enters their password, since passkeys are a replacement for password authentication. But passkeys alone won't provide an app with an access token to make API requests, since that's not what it's designed for.</p>


<h3>Demos</h3>
<h3>Documentation</h3>

<ul>
<li><a href="https://passkeys.dev/">passkeys.dev</a></li>
<li><a href="https://passkeys.io/">passkeys.io</a></li>
<li><a href="https://passkeys.com/">passkeys.com</a></li>
<li><a href="https://passkeys.guru/">passkeys.guru</a></li>
<li><a href="https://learnpasskeys.io/?utm_source=oauth_net&utm_medium=oauth_net&utm_campaign=learnpasskeys_launch">learnpasskeys.io</a></li>
<li><a href="https://fidoalliance.org/passkeys/">Passkeys</a> (fidoalliance.org)</li>
<li><a href="https://developer.apple.com/passkeys/">Passkeys</a> (developer.apple.com)</li>
</ul>

<h3>Documentation</h3>
<h3>Demos</h3>

<ul>
<li><a href="https://fidoalliance.org/passkeys/">Passkeys</a> (fidoalliance.org)</li>
<li><a href="https://developer.apple.com/passkeys/">Passkeys</a> (developer.apple.com)</li>
<li><a href="https://passkeys.io/">passkeys.io</a></li>
<li><a href="https://passkeys.com/">passkeys.com</a></li>
<li><a href="https://passkeys.guru/">passkeys.guru</a></li>
<li><a href="https://learnpasskeys.io/?utm_source=oauth_net&utm_medium=oauth_net&utm_campaign=learnpasskeys_launch">learnpasskeys.io</a></li>
</ul>


Expand Down

0 comments on commit fee5dc3

Please sign in to comment.