TwoFactorAuth.Net
1.4.0
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" />
paket add TwoFactorAuth.Net --version 1.4.0
#r "nuget: TwoFactorAuth.Net, 1.4.0"
// 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
.Net library for two-factor (or multi-factor) authentication using TOTP and QR-codes.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- System.Net.Http (>= 4.3.4)
NuGet packages (4)
Showing the top 4 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 |
|
Oidc.Admin.Dynamodb.Repositories
Oidc.Admin.Dynamodb.Repositories |
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 6) using DotNetty / Entity Framework / WebAPI / Autofac / Mapster / Serilog
|
* GetQrText() is now public