From 4a5c71f9a855ddf756d068065d726795876888a2 Mon Sep 17 00:00:00 2001 From: Alex Patterson Date: Thu, 12 Sep 2024 12:22:21 -0400 Subject: [PATCH] add passkey video to pages --- astro/src/content/blog/announcing-fusionauth-1-52.mdx | 1 - .../passwordless/webauthn-passkeys.mdx | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/astro/src/content/blog/announcing-fusionauth-1-52.mdx b/astro/src/content/blog/announcing-fusionauth-1-52.mdx index 578401dfa1..a32c3ebbbe 100644 --- a/astro/src/content/blog/announcing-fusionauth-1-52.mdx +++ b/astro/src/content/blog/announcing-fusionauth-1-52.mdx @@ -8,7 +8,6 @@ categories: Product tags: fusionauth, passkeys, product excerpt_separator: "{/* more */}" --- - We know that the digital world is a safer place when more companies adopt strong login and authentication practices. We also know that 10 million plus FusionAuth downloads means that we've already made an impact. But what if we could do more? What if we gave [passkeys](/guides/what-is-a-passkey) to...everyone? Sure, it means that we're giving away a high-value feature for free, but it also means that people and data are going to be safer. diff --git a/astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx b/astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx index 9b28b4afd6..a36b2b70bc 100644 --- a/astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx +++ b/astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx @@ -11,6 +11,7 @@ import Aside from 'src/components/Aside.astro'; import JSON from 'src/components/JSON.astro'; import InlineField from 'src/components/InlineField.astro'; import {RemoteCode} from '@fusionauth/astro-components'; +import {YouTube} from '@astro-community/astro-embed-youtube'; @@ -28,6 +29,14 @@ What about passkeys? "Passkey" is the user-friendly term for WebAuthn credentials. Use this guide to integrate FusionAuth's WebAuthn systems with your application login to allow your users to log in with passkeys. +## Video Walkthrough For Community License + + + + + ## Setting Up For WebAuthn If you are planning to use WebAuthn, you have two options. The first option is the FusionAuth hosted login pages interface. FusionAuth’s hosted login pages are customizable via themes to make each of the web pages look like your application. The other option is using the WebAuthn API. Both approaches are covered in the sections below.