U2 1.0.2
See the version list below for details.
dotnet add package U2 --version 1.0.2
NuGet\Install-Package U2 -Version 1.0.2
<PackageReference Include="U2" Version="1.0.2" />
paket add U2 --version 1.0.2
#r "nuget: U2, 1.0.2"
// Install U2 as a Cake Addin #addin nuget:?package=U2&version=1.0.2 // Install U2 as a Cake Tool #tool nuget:?package=U2&version=1.0.2
U2
Umbraco 8 Two Factor Authentication
Enable two factor authentication using a TOTP authenticator app (ie Google Authenticator or Microsoft Authenticator)
Version 1.0.2 works on Umbraco 8.1.1 and up (but not 9)
Credits
Based on https://github.com/Dallas-msc/umbraco-2fa-with-google-authenticator/tree/master/YubiKey2Factor
Setup
- Install the U2 nuget package
- Add your issuer (a name people can use to remember your site by in their Authenticator App) to AppSettings
- Update you Owin startup file as per the Readme.txt
Usage
Once setup, you will see a new dashboard in the backoffice content section. Using your authenticator app of choice, scan the barcode, enter the verification code, hit enter. From now on your account will require a code from your authenticator app to login.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Otp.NET (>= 1.2.2 && < 1.99999999.0)
- UmbracoCms.IdentityExtensions (>= 2.0.0 && < 2.99999999.0)
- UmbracoCms.Web (>= 8.1.1 && < 8.99999999.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.0 Initial release