Candor.Security
2.3.1
See the version list below for details.
Install-Package Candor.Security -Version 2.3.1
dotnet add package Candor.Security --version 2.3.1
<PackageReference Include="Candor.Security" Version="2.3.1" />
paket add Candor.Security --version 2.3.1
#r "nuget: Candor.Security, 2.3.1"
// Install Candor.Security as a Cake Addin
#addin nuget:?package=Candor.Security&version=2.3.1
// Install Candor.Security as a Cake Tool
#tool nuget:?package=Candor.Security&version=2.3.1
Custom Identities and the related authentication API This code is open source.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Candor.Core (>= 1.2.1)
- Common.Logging (>= 2.2.0)
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 | 1,433 | 3/12/2016 |
2.5.0 | 1,300 | 9/30/2015 |
2.4.0 | 1,234 | 9/2/2014 |
2.3.1 | 1,410 | 7/24/2014 |
2.3.0 | 1,605 | 5/7/2014 |
2.2.1 | 1,137 | 1/15/2014 |
2.2.0 | 1,343 | 1/11/2014 |
2.1.0 | 1,372 | 12/30/2013 |
2.0.0 | 1,209 | 12/27/2013 |
1.1.0 | 951 | 12/15/2013 |
1.0.1 | 1,161 | 10/19/2013 |
1.0.0 | 1,267 | 8/20/2013 |
0.10.11.30726 | 1,040 | 8/16/2013 |
0.7.0.30405 | 1,280 | 4/5/2013 |
0.6.1.30221 | 1,226 | 2/21/2013 |
0.6.0.30129 | 1,125 | 1/30/2013 |
0.5.0.21231 | 1,155 | 12/31/2012 |
0.4.0.21227 | 1,057 | 12/27/2012 |
0.3.0.21219 | 1,068 | 12/20/2012 |
0.2.0.21218 | 1,102 | 12/18/2012 |
0.1.0.21216 | 1,070 | 12/17/2012 |
2.3.1 : * Update package dependency references
2.3.0: * UserProvider new configuration option for reset code expiration, also added User.IsGuestUser property
2.2.1: * CandorAuthenticationModule - remove setting authentication token header values during EndResponse. No value in doing so, and EndRequest is too late in the response cycle (caused error).
2.2.0: * SHA2HashProvider GetSalt method now returns the requested length of a string. Unit Tests added for GetSalt to ensure future correctness.
* CandorAuthenticationModule now accepts authentication via headers in addition to cookies. response headers are set with same values as auth response cookies.
Headers have the same keys as cookies, except with "X-" prefix.
* Added debug symbols and xml documentation
2.1.0: * Added UserNotificationProvider base provider class
2.0.0: * Add support to get latest x login sessions for a user (null for never).
1.1.0: * User Provider can now register a guest user.
1.0.1: * Update package dependency references