KristofferStrube / Blazor.WebAuthentication

A Blazor wrapper for the Web Authentication browser API.

Home Page:https://kristofferstrube.github.io/Blazor.WebAuthentication/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor.WebAuthentication

A Blazor wrapper for the Web Authentication browser API.

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/

On each page, you can find the corresponding code for the example in the top right corner.

Related articles

This repository was built with inspiration and help from the following series of articles:

About

A Blazor wrapper for the Web Authentication browser API.

https://kristofferstrube.github.io/Blazor.WebAuthentication/

License:MIT License


Languages

Language:C# 99.0%Language:JavaScript 0.4%Language:PowerShell 0.3%Language:Shell 0.3%