Security.Users.Web 1.9.1

dotnet add package Security.Users.Web --version 1.9.1
NuGet\Install-Package Security.Users.Web -Version 1.9.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Security.Users.Web" Version="1.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Security.Users.Web --version 1.9.1
#r "nuget: Security.Users.Web, 1.9.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Security.Users.Web as a Cake Addin
#addin nuget:?package=Security.Users.Web&version=1.9.1

// Install Security.Users.Web as a Cake Tool
#tool nuget:?package=Security.Users.Web&version=1.9.1

Provides a controller that is ready for MVC application to manage user authentication and registration.
     Github source: https://github.com/vndevpro/SecurityUsers

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.9.1 436 8/18/2022
1.9.0 375 8/18/2022
1.8.0 589 4/4/2019
1.7.7 529 3/23/2019
1.7.6 526 3/22/2019
1.7.5 536 3/22/2019
1.7.4 520 3/21/2019
1.7.3 550 3/20/2019
1.7.2 516 3/20/2019
1.7.1 525 3/20/2019
1.7.0 550 2/26/2019
1.6.6 603 1/31/2019
1.6.5 608 1/31/2019
1.6.4 603 1/24/2019
1.6.3 598 1/23/2019
1.6.2 640 1/15/2019
1.6.1 647 1/15/2019
1.6.0 664 1/14/2019
1.5.0 682 12/27/2018
1.4.4 638 12/19/2018
1.4.3 623 12/18/2018
1.4.2 623 12/17/2018
1.4.1 638 12/11/2018
1.4.0 613 12/10/2018
1.3.3 631 12/7/2018
1.3.2 635 12/6/2018
1.3.1 712 12/6/2018
1.3.0 690 11/30/2018
1.2.1 642 11/27/2018
1.2.0 686 11/26/2018
1.1.2 646 11/21/2018
1.1.1 672 11/19/2018
1.1.0 663 11/15/2018
1.0.0 674 11/15/2018

V1.6.0 - Adding virtual method OnAccountCreated
     V1.4.0 - Adapt FormsAuthentication
     V1.2.0 - Adding account registration
     V1.1.1 - Adding ReturnUrl
     V1.1.0 - Adding RequiredAuthenticationFilter