Skip to content

Commit

Permalink
Merge branch 'main' of github.com:KristofferStrube/Blazor.WebAuthenti…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
KristofferStrube committed Nov 5, 2023
2 parents f37f7d9 + 742521d commit f83a60b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ A Blazor wrapper for the [Web Authentication](https://www.w3.org/TR/webauthn-3/)

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.

*This wrapper is still under development.*

# Demo
The sample project can be demoed at https://kristofferstrube.github.io/Blazor.WebAuthentication/

Expand Down

0 comments on commit f83a60b

Please sign in to comment.