TwoFactorAuth.Net 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TwoFactorAuth.Net --version 1.0.1
NuGet\Install-Package TwoFactorAuth.Net -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TwoFactorAuth.Net" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TwoFactorAuth.Net --version 1.0.1
#r "nuget: TwoFactorAuth.Net, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. 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.0.1

// Install TwoFactorAuth.Net as a Cake Tool
#tool nuget:?package=TwoFactorAuth.Net&version=1.0.1

.Net library for TOTP Two Factor Authentication (TFA / 2FA)

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on TwoFactorAuth.Net:

Package Downloads
TwoFactorAuth.Net.QRCoder

QR code provider for TwoFactorAuth.Net using the excellent QRCoder library (https://github.com/codebude/QRCoder/)

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.

TecfyCore.Api

Package Description

Oidc.Admin.Dynamodb.Repositories

Oidc.Admin.Dynamodb.Repositories

DisCatSharp.Extensions.TwoFactorCommands The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

DisCatSharp.Extensions.TwoFactorCommands Extension allowing to require two factor authentication for commands.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on TwoFactorAuth.Net:

Repository Stars
NosCoreIO/NosCore
NosCore is a Nostale emulator in c# (.Net 8) using DotNetty / Entity Framework / WebAPI / Autofac / Mapster / Serilog
Version Downloads Last updated
1.4.0 919,179 7/10/2020
1.3.9 42,236 6/1/2020
1.3.8 133,585 6/21/2019
1.3.6 122,442 3/19/2019
1.3.4 28,841 6/9/2018
1.3.3 1,287 6/6/2018
1.3.1 37,961 2/28/2018
1.3.0 2,179 2/24/2018
1.2.1 57,615 2/21/2017
1.1.0 4,066 11/23/2015
1.0.1 1,915 11/21/2015
1.0.0 1,694 11/19/2015

* Completed documentation
* Renamed root namespace TwoFactorAuth.Net to TwoFactorAuthNet because the dot in the name messed up the namespace and clashed with the TwoFactorAuth class