Surevelox.OrchardCore.TwoFactorAuth
1.4.0-rc-20230602.1
See the version list below for details.
dotnet add package Surevelox.OrchardCore.TwoFactorAuth --version 1.4.0-rc-20230602.1
NuGet\Install-Package Surevelox.OrchardCore.TwoFactorAuth -Version 1.4.0-rc-20230602.1
<PackageReference Include="Surevelox.OrchardCore.TwoFactorAuth" Version="1.4.0-rc-20230602.1" />
paket add Surevelox.OrchardCore.TwoFactorAuth --version 1.4.0-rc-20230602.1
#r "nuget: Surevelox.OrchardCore.TwoFactorAuth, 1.4.0-rc-20230602.1"
// Install Surevelox.OrchardCore.TwoFactorAuth as a Cake Addin #addin nuget:?package=Surevelox.OrchardCore.TwoFactorAuth&version=1.4.0-rc-20230602.1&prerelease // Install Surevelox.OrchardCore.TwoFactorAuth as a Cake Tool #tool nuget:?package=Surevelox.OrchardCore.TwoFactorAuth&version=1.4.0-rc-20230602.1&prerelease
Two Factor Authentication - Surevelox.OrchardCore.TwoFactorAuth
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.
Key Features
Supports
- Google Authenticator App
- Microsoft Authenticator App
- Login using recovery codes incase you don't have access to authenticator app
Supported ASP,NET Core Frameworks
- NET 7.0
- NET 6.0
What's New
- Supports OrchardCore CMS >= 1.6.0 with .NET 7 and .NET 6
- Supports OrchardCore CMS >= 1.3.0 and ⇐ 1.5.0 with .NET 6
If your Orchard Core deployment is running on Orchard Core CMS ⇐ 1.2.2 then use version 1.2
Install
Add Surevelox.OrchardCore.TwoFactorAuth
to your Orchard Core CMS Web project
dotnet add package Surevelox.OrchardCore.TwoFactorAuth
Enable Feature using recipe
Include in Setup Recipe to enable the feature by default.
"steps": [
{
"name": "feature",
"enable": [
"Surevelox.OrchardCore.TwoFactorAuth"
]
}
]
Or use Menu Admin - Configuration - Features
in Admin UI and search for Two Factor Authentication
and click Enable
.
Documentation
Read the documentation here
Feedback
See the open issues for a list of proposed features and known issues.
Like? Support Us.
Like the Two Factor Authentication module? Support us by sponsoring Surevelox @ Github.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- OrchardCore.ContentManagement (>= 1.4.0 && < 1.5.0)
- OrchardCore.ContentTypes.Abstractions (>= 1.4.0 && < 1.5.0)
- OrchardCore.DisplayManagement (>= 1.4.0 && < 1.5.0)
- OrchardCore.Module.Targets (>= 1.4.0 && < 1.5.0)
- OrchardCore.Users.Abstractions (>= 1.4.0 && < 1.5.0)
- Portable.BouncyCastle (>= 1.9.0)
- Surevelox.OrchardCore.Licensing.Core (>= 1.4.0-rc-20230602.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.0-rc-20230603.1 | 127 | 6/3/2023 |
1.6.0-rc-20230427.2 | 96 | 4/27/2023 |
1.5.0-rc-20230602.2 | 93 | 6/3/2023 |
1.5.0-rc-20230206.3 | 103 | 2/6/2023 |
1.5.0-rc-20230120.2 | 109 | 1/20/2023 |
1.5.0-rc-20230116.2 | 109 | 1/17/2023 |
1.5.0-rc-20221117.6 | 122 | 11/17/2022 |
1.4.0-rc-20230602.1 | 102 | 6/3/2023 |
1.4.0-rc-20221117.7 | 108 | 11/17/2022 |
1.3.0-rc-20230601.1 | 97 | 6/3/2023 |
1.3.0-rc-20221117.8 | 112 | 11/17/2022 |
1.3.0-rc-20221015.6 | 114 | 10/15/2022 |
1.3.0-preview-20220829.2 | 108 | 8/30/2022 |
1.3.0-preview-20220820.6 | 131 | 8/21/2022 |
1.3.0-preview-20220802.2 | 136 | 8/2/2022 |
1.3.0-preview-20220729.2 | 118 | 8/1/2022 |
1.3.0-preview-20220721.9 | 136 | 7/21/2022 |
1.3.0-preview-20220719.1 | 120 | 7/19/2022 |
1.3.0-preview-20220706.2 | 122 | 7/10/2022 |
1.3.0-preview-20220701.4 | 141 | 7/2/2022 |
1.3.0-preview-20220623.2 | 123 | 6/23/2022 |
1.2.0 | 625 | 3/19/2022 |
1.2.0-preview-20220216.5 | 136 | 2/16/2022 |