From 7f7d729b6413270cae8e6e7291f59b7b785e0023 Mon Sep 17 00:00:00 2001 From: Kristoffer Strube Date: Sun, 24 Sep 2023 16:27:50 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d289f6..86081e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Blazor.WebAuthentication A Blazor wrapper for the [Web Authentication](https://www.w3.org/TR/webauthn-3/) browser API. -The API specified ways to create and validate strong public-key-based credentials. It gets these credentials from the native authenticators of the devices. On Windows, that's Windows Hello; on iOS/macOS, that's Touch ID or Face ID; and on Android, that's face, fingerprint, or PIN authentication. This project implements a wrapper around the API for Blazor so that we can easily and safely work with native authentication methods from the browser. +The API specifies ways to create and validate strong public-key-based credentials. It gets these credentials from the native authenticators of the device. On Windows, that's Windows Hello; on iOS/macOS, that's Touch ID or Face ID; and on Android, that's face, fingerprint, or PIN authentication. This project implements a wrapper around the API for Blazor so that we can easily and safely work with native authentication methods from the browser. # Demo The sample project can be demoed at https://kristofferstrube.github.io/Blazor.WebAuthentication/