Skip to content

EnsurityTechnologies/EnsurityFIDOSdk

Repository files navigation

FidoClientSdk

.NET SDK Client for FIDO API

NuGet
License: MIT


Overview

FidoClientSdk is a .NET 8 class library that provides a strongly-typed client to interact with the FIDO (Fast IDentity Online) API.
It simplifies integration with FIDO authentication flows by wrapping API endpoints into easy-to-use async methods.


Features

  • Support for MakeCredentialRequest and MakeCredentialResponse APIs
  • Support for GetAssertionRequest and GetAssertionResponse APIs
  • Strongly typed request/response models
  • HttpClient-based service with DI-friendly design
  • Automatic JSON (de)serialization
  • BSON attributes support for MongoDB compatibility

Installation

Install via NuGet Package Manager Console:

Install-Package FidoClientSdk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages