Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 781 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 781 Bytes

authn

WIP

A Windows WebAuthN API wrapper with both human-friendly and low-level API provided.

Target WebAuthN API version: 4

Usage

Here is a simple cli demo showing some basic functions of WebAuthN.

Relying Party ID go.webauthn.demo.app will be used in this demo.

Note: No information will be uploaded. All operations are processed locally.

PS C:\Users\ink33\authn> .\authn.exe
Cli tool version: dev
WebAuthN API Version: 4
Is User Verifying Platform Authenticator Available: true

Select operation:

(1): Make Credential
(2): Show Authenticator Attestation Certificate
(3): Get Assertion
(4): Get Platform Credential List
(5): Delete Platform Credential

(0): Exit

>

New functions will coming soon.