Candor.Security 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Candor.Security --version 1.1.0
NuGet\Install-Package Candor.Security -Version 1.1.0
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="Candor.Security" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candor.Security --version 1.1.0
#r "nuget: Candor.Security, 1.1.0"
#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 Candor.Security as a Cake Addin
#addin nuget:?package=Candor.Security&version=1.1.0

// Install Candor.Security as a Cake Tool
#tool nuget:?package=Candor.Security&version=1.1.0

Custom Identities and the related authentication API

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Candor.Security:

Package Downloads
Candor.Security.SqlProvider

A SqlClient implementation of the security providers.

Candor.WindowsAzure.Tasks

An abstract extension to Candor.Tasks for processing messages from an Azure queue.

Candor.Security.AzureStorageProvider

An Azure storage provider implementation for Candor.Security base providers. This code is open source.

Candor.Web.Mvc.Security

An MVC AccountController with corresponding view models, and views. When installed the added files will adopt your project's root namespace.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 2,083 3/12/2016
2.5.0 1,908 9/30/2015
2.4.0 1,609 9/2/2014
2.3.1 2,225 7/24/2014
2.3.0 2,432 5/7/2014
2.2.1 1,649 1/15/2014
2.2.0 2,043 1/11/2014
2.1.0 2,045 12/30/2013
2.0.0 1,709 12/27/2013
1.1.0 1,259 12/15/2013
1.0.1 1,685 10/19/2013
1.0.0 1,926 8/20/2013
0.10.11.30726 1,460 8/16/2013
0.7.0.30405 1,807 4/5/2013
0.6.1.30221 1,756 2/21/2013
0.6.0.30129 1,515 1/30/2013
0.5.0.21231 1,566 12/31/2012
0.4.0.21227 1,497 12/27/2012
0.3.0.21219 1,463 12/20/2012
0.2.0.21218 1,499 12/18/2012
0.1.0.21216 1,383 12/17/2012

This code is open source and can be found at https://github.com/michael-lang/candor-common.
     In depth articles can be found at http://candordeveloper.com/
     Changes:
 1.1.0: User Provider can now register a guest user.
     1.0.1: Update package dependency references