Skip to content

Commit

Permalink
add passkey video to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Sep 12, 2024
1 parent ec92a6c commit 4a5c71f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion astro/src/content/blog/announcing-fusionauth-1-52.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

<LicensedEditionBlurb version="1.52.0" />

Expand All @@ -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.
</Aside>

## Video Walkthrough For Community License

Check failure on line 32 in astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'walkthrough' instead of 'Walkthrough'. Raw Output: {"message": "[Vale.Terms] Use 'walkthrough' instead of 'Walkthrough'.", "location": {"path": "astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx", "range": {"start": {"line": 32, "column": 10}}}, "severity": "ERROR"}

Check failure on line 32 in astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'walkthrough' instead of 'Walkthrough'. Raw Output: {"message": "[Vale.Terms] Use 'walkthrough' instead of 'Walkthrough'.", "location": {"path": "astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx", "range": {"start": {"line": 32, "column": 10}}}, "severity": "ERROR"}

<YouTube id="5fnqo_13ZYk" />

<Aside type="note">
If you’re already using the Community Edition, you’ll need to upgrade to 1.52.0 to get passkeys. Regardless of whether you’re a new or existing user, you’ll need to register for a free license of FusionAuth. Our Admin UI will walk you through the process. Your free license is good forever, and will remain active as we add even more features to the Community Edition over time.

Check failure on line 37 in astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'. Raw Output: {"message": "[Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'.", "location": {"path": "astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx", "range": {"start": {"line": 37, "column": 197}}}, "severity": "ERROR"}

Check failure on line 37 in astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'. Raw Output: {"message": "[Vale.Terms] Use 'fusionauth' instead of 'FusionAuth'.", "location": {"path": "astro/src/content/docs/lifecycle/authenticate-users/passwordless/webauthn-passkeys.mdx", "range": {"start": {"line": 37, "column": 197}}}, "severity": "ERROR"}
</Aside>

## 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.

Expand Down

0 comments on commit 4a5c71f

Please sign in to comment.