punkTwoFactor 1.0.5
See the version list below for details.
dotnet add package punkTwoFactor --version 1.0.5
NuGet\Install-Package punkTwoFactor -Version 1.0.5
<PackageReference Include="punkTwoFactor" Version="1.0.5" />
<PackageVersion Include="punkTwoFactor" Version="1.0.5" />
<PackageReference Include="punkTwoFactor" />
paket add punkTwoFactor --version 1.0.5
#r "nuget: punkTwoFactor, 1.0.5"
#addin nuget:?package=punkTwoFactor&version=1.0.5
#tool nuget:?package=punkTwoFactor&version=1.0.5
punkTwoFactor
A simple Umbraco package that uses the documented implementation from Umbraco https://our.umbraco.com/documentation/Reference/Security/two-factor-authentication/#two-factor-authentication-for-users and adds some additional tweaks.
Nuget
Install-Package punkTwoFactor
https://www.nuget.org/packages/punkTwoFactor/
Installation
Add the following section to your appsettings.json:
"punkTwoFactor": {
"ProviderName": "Two Factor Authentication",
"Issuer": "Two Factor Authentication - Dev",
"BackOfficeView": "..\\App_Plugins\\punkTwoFactor\\twoFactorProviderGoogleAuthenticator.html"
}
Add the following code block within your ConfigureServices section above the Umbraco setup:
services.Configure<TwoFactorConfig>(_config.GetSection("punkTwoFactor"));
TwoFactorConfig twoFactorConfiguration = new();
_config.GetSection("punkTwoFactor").Bind(twoFactorConfiguration);
Now add the "AddBackOfficeTwoFactorAuthentication" extension to the Umbraco setup.
services
.AddUmbraco(_env, _config)
.AddBackOffice()
.AddWebsite()
.AddComposers()
.AddServices()
.AddNotifications()
.AddBackOfficeTwoFactorAuthentication(twoFactorConfiguration)
.Build();
Compatibility
- Umbraco 9.5+
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net5.0
- GoogleAuthenticator (>= 2.5.0)
- Umbraco.Cms.Core (>= 9.5.0)
- Umbraco.Cms.Web.BackOffice (>= 9.5.0)
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 |
---|---|---|
10.6.1 | 3,549 | 7/14/2023 |
10.4.4 | 2,453 | 3/17/2023 |
10.4.3 | 261 | 3/17/2023 |
10.4.2 | 357 | 1/25/2023 |
10.4.1 | 286 | 1/25/2023 |
10.1.1 | 554 | 8/24/2022 |
10.1.0 | 482 | 8/12/2022 |
1.0.5 | 513 | 6/15/2022 |
1.0.4 | 506 | 5/23/2022 |
1.0.3 | 478 | 5/23/2022 |
1.0.2 | 510 | 5/23/2022 |
1.0.1 | 468 | 5/23/2022 |
1.0.0 | 484 | 5/23/2022 |
0.0.9 | 505 | 5/23/2022 |
0.0.7 | 504 | 5/18/2022 |
0.0.6 | 507 | 5/18/2022 |
0.0.5 | 478 | 5/18/2022 |
0.0.4 | 489 | 5/18/2022 |
0.0.2 | 512 | 5/18/2022 |