55 packages tagged with “mfa”
Duo Universal Prompt client for 2FA
.Net library for two-factor (or multi-factor) authentication using TOTP and QR-codes.
QR code provider for TwoFactorAuth.Net using the excellent QRCoder library (https://github.com/codebude/QRCoder/)
An ASP.NET Core library for generating and validating one time passwords for google authenticator. It seems that dotnet pack has a problem to pack own project. This Package needs AspNetCore.Totp. This is a workaround to not merge my project into one. If you find way of doing it correctly, let me know and I will update everything
An ASP.NET Core library for generating and validating one time passwords for google authenticator.
Notakey .NET client SDK for requesting and verifying authentication requests
Yubico.YubiKey is the official .NET library for integrating with the YubiKey hardware authenticator. This library supports both macOS and Windows operating systems.
Yubico.Core is a support library used by other .NET Yubico libraries. You should likely never need to consume this package directly, as it will be included with other libraries.
Fetch a Tesla bearer token for usage with the Tesla API. Requires using a WebView or similar integrated browser to show the Tesla login UI.
The Authsignal client for dotnet
SDK for accessing LaunchKey V3 endpoints.
HOTP and TOTP implementation in C# targeting .NET standard 2.0, compliant with RFC 4226 (HOTP) and RFC 6238 (TOTP) and verified against supplied test vectors. The interface includes support for multiple algorithms (HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, and HMAC-SHA512), code lengths (6 - 10), and an adjustable period, or time step, (1 second - 1 hour) for TOTP. The reason for creating this library was to fetch multiple HOTP counters or a TOTP time range in a single call. A parser for OTP Auth URIs is also included that conforms to the documentation found at: https://github.com/google/google-authenticator/wiki/Key-Uri-Format. This implementation also includes a Base32 encoder and decoder. It is compliant with RFC 4648, using the standard alphabet from section 6, and has been tested against the test vectors from section 10.
Two factor authentication simple library abstractions.
Two factor authentication simple library.
Simple, easy-to-use implementation of one-time password generator, with support for both time- and counter-based variant.
Identity, OpenIddict, MFA, and external provider orchestration for ASP.NET Core hosts. Includes EF Core context, seeding, DI extensions, and security hardening helpers ready to self-host or embed as a NuGet package.
The Descope SDK for .NET provides authentication and user management capabilities for your applications.
A library for integrating Privakey authentication to .NET-based web services. Privakey is a secure, password-free, multi-factor authentication service. For more information visit https://www.privakey.com or contact support@privakey.com
DisCatSharp.Extensions.TwoFactorCommands Extension allowing to require two factor authentication for commands.
MonoSign U2F/FIDO Client Library
Enables multi-factor authentication (MFA) for .NET Framework applications. Supported authentication methods: WebAuthn/U2F Security Keys, Mobile Push, Mobile Passcodes (TOTP), SMS Passcodes, Email Links.
Bootstrap UI components extensions of Authenticator
FIDO2 / W3C Web Authentication .NET Library for Windows Desktop and CLI Applications
Two factor authentication module for Orchard Core CMS. With two factor authentication (also known as 2-Step Verification ) add an extra layer of security to your orchard core and protect user accounts in event when password is compromised. Supports - Google Authenticator App - Microsoft Authenticator App - Supports login with recovery codes
Official client for AuthifyPass API (TOTP/2FA)
A UiPath custom activity that generates Time-based One-Time Passwords (TOTP) using a secure secret key. Supports Base32 encoding and String input for enhanced security. This activity is useful for two-factor authentication (2FA) workflows.
HMAC-Based One-Time Password Algorithm Implementation for dotnet core. Designed to support two factor authentication with common authenticator apps like the Microsoft and Google authenticators.