ASP.NET.Simple.Security.Provider 1.0.2

dotnet add package ASP.NET.Simple.Security.Provider --version 1.0.2
NuGet\Install-Package ASP.NET.Simple.Security.Provider -Version 1.0.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="ASP.NET.Simple.Security.Provider" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ASP.NET.Simple.Security.Provider --version 1.0.2
#r "nuget: ASP.NET.Simple.Security.Provider, 1.0.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.
// Install ASP.NET.Simple.Security.Provider as a Cake Addin
#addin nuget:?package=ASP.NET.Simple.Security.Provider&version=1.0.2

// Install ASP.NET.Simple.Security.Provider as a Cake Tool
#tool nuget:?package=ASP.NET.Simple.Security.Provider&version=1.0.2

Are you tired of overcomplicated membership or security providers that requires a spaceship to be configured to verify login/password? So am I. Please get these few classes register one HttpModule in web.config call SecurityContext.Initialize and be happy! DB will be created automatically.

To make it work do foolowing:

1. Call SecurityContext.Initialize(new SimpleSecurityProvider("name_of_connection_string")) in Global.asax

2. Register HTTP module in web.config

<system.webServer>
<modules>
<add name="SimpleSecurity" type="Tesseris.Web.SimpleSecurity.SimpleSecurityModule, Tesseris.Web.SimpleSecurity" />
</modules>
</system.webServer>

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 500 8/26/2014
1.0.1 93 8/24/2014
1.0.0 103 8/19/2014

1. Fixed bug with expiration