TwoFactorAuth.Net
1.4.0
.Net library for two-factor (or multi-factor) authentication using TOTP and QR-codes.
Install-Package TwoFactorAuth.Net -Version 1.4.0
dotnet add package TwoFactorAuth.Net --version 1.4.0
<PackageReference Include="TwoFactorAuth.Net" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TwoFactorAuth.Net --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TwoFactorAuth.Net, 1.4.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TwoFactorAuth.Net as a Cake Addin
#addin nuget:?package=TwoFactorAuth.Net&version=1.4.0
// Install TwoFactorAuth.Net as a Cake Tool
#tool nuget:?package=TwoFactorAuth.Net&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
* GetQrText() is now public
Dependencies
-
.NETFramework 4.6
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- System.Net.Http (>= 4.3.4)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on TwoFactorAuth.Net:
Package | Downloads |
---|---|
GeekyMonkey.TwoFactorAuthNetSkiaSharpQrProvider
A QR Code provider for TwoFactorAuth.Net that has no external API dependency. The image is generated on your own server. Also no dependency on System.Drawing to avoid installation issues with Linux.
|
|
TwoFactorAuth.Net.QRCoder
QR code provider for TwoFactorAuth.Net using the excellent QRCoder library (https://github.com/codebude/QRCoder/)
|
|
TecfyCore.Api
Package Description
|
GitHub repositories
This package is not used by any popular GitHub repositories.