TwoFactorAuth.Net
1.3.3
See the version list below for details.
dotnet add package TwoFactorAuth.Net --version 1.3.3
NuGet\Install-Package TwoFactorAuth.Net -Version 1.3.3
<PackageReference Include="TwoFactorAuth.Net" Version="1.3.3" />
paket add TwoFactorAuth.Net --version 1.3.3
#r "nuget: TwoFactorAuth.Net, 1.3.3"
// Install TwoFactorAuth.Net as a Cake Addin #addin nuget:?package=TwoFactorAuth.Net&version=1.3.3 // Install TwoFactorAuth.Net as a Cake Tool #tool nuget:?package=TwoFactorAuth.Net&version=1.3.3
.Net library for two-factor (or multi-factor) authentication using TOTP and QR-codes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.0
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.5
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.5.1
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.5.2
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.6
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.6.1
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.6.2
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.7
- System.Net.Http (>= 4.3.3)
-
.NETFramework 4.7.1
- System.Net.Http (>= 4.3.3)
-
.NETStandard 2.0
- System.Net.Http (>= 4.3.3)
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
DisCatSharp.Extensions.TwoFactorCommands Extension allowing to require two factor authentication for commands. |
GitHub repositories (2)
Showing the top 2 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
|
|
dr-marek-jaskula/DomainDrivenDesignUniversity
This project was made for tutorial purpose - to clearly present the domain driven design concept.
|
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 1,331,262 | 7/10/2020 |
1.3.9 | 44,030 | 6/1/2020 |
1.3.8 | 138,198 | 6/21/2019 |
1.3.6 | 146,889 | 3/19/2019 |
1.3.4 | 29,713 | 6/9/2018 |
1.3.3 | 1,387 | 6/6/2018 |
1.3.1 | 41,243 | 2/28/2018 |
1.3.0 | 2,268 | 2/24/2018 |
1.2.1 | 59,069 | 2/21/2017 |
1.1.0 | 4,714 | 11/23/2015 |
1.0.1 | 2,024 | 11/21/2015 |
1.0.0 | 1,839 | 11/19/2015 |
* Dropped ConvertUnixTimeDotCom timeprovider
* Added NTPTimeProvider
* Added overloads that return the timeslice for which a code was valid when validating a TOTP code (see https://github.com/RobThree/TwoFactorAuth.Net/issues/4)