Skip to content

Commit

Permalink
fix: remove video & fix link (#83)
Browse files Browse the repository at this point in the history
Removes the demo video that won't render on live site and fixes a broken
link
  • Loading branch information
sarahschwartz authored Sep 25, 2024
1 parent b885244 commit 50c14b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
Binary file removed assets/webauthn-demo.mp4
Binary file not shown.
13 changes: 0 additions & 13 deletions components/InlineVideo.vue

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ To break this down, the app will allow users to:
- Use WebAuthn to mint an NFT.
- Have gasless transactions.

:inline-video

You can find the completed code inside the [Community Code repo](https://github.com/zkSync-Community-Hub/community-code/code/webauthn).
You can find the completed code inside the [Community Code repo](https://github.com/zkSync-Community-Hub/community-code/tree/main/code/webauthn).

::callout{icon="i-heroicons-heart"}
Special thanks to the [Clave](https://github.com/getclave) team for helping with this example.
Expand All @@ -40,8 +38,6 @@ Special thanks to the [Clave](https://github.com/getclave) team for helping with
WebAuthn, short for Web Authentication API, is an API built-in to your browser that allows your app to register and authenticate users.
It allows users to authenticate using [passkeys](https://passkeys.dev/docs/intro/what-are-passkeys/),
including using biometric data (such as Apple's TouchID) or portable hardware devices (such as a Yubikey).
You can see it working in the demo video above when the user
transfers funds and mints an NFT.

### Ceremonies

Expand Down

0 comments on commit 50c14b0

Please sign in to comment.