Security.Users.Web 1.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Security.Users.Web --version 1.3.2
                    
NuGet\Install-Package Security.Users.Web -Version 1.3.2
                    
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.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Security.Users.Web" Version="1.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Security.Users.Web" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Security.Users.Web --version 1.3.2
                    
#r "nuget: Security.Users.Web, 1.3.2"
                    
#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.
#:package Security.Users.Web@1.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Security.Users.Web&version=1.3.2
                    
Install as a Cake Addin
#tool nuget:?package=Security.Users.Web&version=1.3.2
                    
Install as a Cake Tool

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 573 8/18/2022
1.9.0 471 8/18/2022
1.8.0 745 4/4/2019
1.7.7 678 3/23/2019
1.7.6 662 3/22/2019
1.7.5 677 3/22/2019
1.7.4 660 3/21/2019
1.7.3 697 3/20/2019
1.7.2 651 3/20/2019
1.7.1 657 3/20/2019
1.7.0 683 2/26/2019
1.6.6 736 1/31/2019
1.6.5 744 1/31/2019
1.6.4 739 1/24/2019
1.6.3 736 1/23/2019
1.6.2 773 1/15/2019
1.6.1 799 1/15/2019
1.6.0 812 1/14/2019
1.5.0 822 12/27/2018
1.4.4 778 12/19/2018
1.4.3 761 12/18/2018
1.4.2 763 12/17/2018
1.4.1 779 12/11/2018
1.4.0 754 12/10/2018
1.3.3 767 12/7/2018
1.3.2 775 12/6/2018
1.3.1 853 12/6/2018
1.3.0 832 11/30/2018
1.2.1 782 11/27/2018
1.2.0 823 11/26/2018
1.1.2 793 11/21/2018
1.1.1 831 11/19/2018
1.1.0 821 11/15/2018
1.0.0 835 11/15/2018

V1.3.0 - Adding account registration
     V1.2.0 - Adding account registration
     V1.1.1 - Adding ReturnUrl
     V1.1.0 - Adding RequiredAuthenticationFilter