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

Added passkeys & WebAuthn for passwordless authentication #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions _posts/p/2024-04-15-passkeys.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: more
title: Passkeys Cheat Sheet
---
<div class="content content-400">
<div class="board board-326">
<h2 class="board-title">Resource</h2>
<div class="board-card">
<h3 class="board-card-title">Online</h3>
<ul>
<li><a href="https://www.corbado.com/blog/passkeys-cheat-sheet">Passkeys Cheat Sheet</a></li>
<li><a href="https://www.corbado.com/glossary">Glossary for passkey-related terms</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Download</h3>
<ul>
<li><a href="https://www.corbado.com/assets/Passkeys-Developer-Cheatsheet.pdf">Passkyes Cheat Sheet</a></li>
</ul>
</div>
</div>
</div>
22 changes: 22 additions & 0 deletions _posts/w/2024-04-15-webauthn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: more
title: WebAuthn Cheat Sheet
---
<div class="content content-400">
<div class="board board-326">
<h2 class="board-title">Resource</h2>
<div class="board-card">
<h3 class="board-card-title">Online</h3>
<ul>
<li><a href="https://www.corbado.com/blog/passkeys-cheat-sheet">WebAuthn Cheat Sheet</a></li>
<li><a href="https://www.corbado.com/glossary">Glossary for WebAuthn Terms</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Download</h3>
<ul>
<li><a href="https://www.corbado.com/assets/Passkeys-Developer-Cheatsheet.pdf">WebAuthn Cheat Sheet</a></li>
</ul>
</div>
</div>
</div>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@
<div class="index-more-alpha">
<span class="index-alpha-nav" id="P">P</span>
<div class="index-more-cheat">
<a href="/passkeys" title="Passkeys Cheat Sheet">Perforce</a>
<a href="/perforce" title="Perforce Cheat Sheet">Perforce</a>
<a href="/perl" title="Perl Cheat Sheet">Perl</a>
<a href="/photoshop" title="Photoshop Cheat Sheet">Photoshop</a>
Expand Down Expand Up @@ -531,6 +532,7 @@
<div class="index-more-alpha">
<span class="index-alpha-nav" id="W">W</span>
<div class="index-more-cheat">
<a href="/webauthn" title="WebAuthn Cheat Sheet">WebGL</a>
<a href="/webgl" title="WebGL Cheat Sheet">WebGL</a>
<a href="/webmatrix" title="WebMatrix Cheat Sheet">WebMatrix</a>
<a href="/wicket" title="Wicket Cheat Sheet">Wicket</a>
Expand Down