KalikoCMS.Identity
                             
                            
                                0.9.7-beta
                            
                        
                    
        
        
                                This is a prerelease version of KalikoCMS.Identity.
                            
    
    
        
        
                                There is a newer version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package KalikoCMS.Identity --version 0.9.7-beta
NuGet\Install-Package KalikoCMS.Identity -Version 0.9.7-beta
        
        
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="KalikoCMS.Identity" Version="0.9.7-beta" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="KalikoCMS.Identity" Version="0.9.7-beta" />
<PackageReference Include="KalikoCMS.Identity" />
        
        
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 KalikoCMS.Identity --version 0.9.7-beta
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: KalikoCMS.Identity, 0.9.7-beta"
        
        
#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 KalikoCMS.Identity@0.9.7-beta
        
        
#: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=KalikoCMS.Identity&version=0.9.7-beta&prerelease
#tool nuget:?package=KalikoCMS.Identity&version=0.9.7-beta&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Package contains the ASP.NET Identity provider for Kaliko CMS - an open-source content management system.
		
		Provides database independent authentication for your Kaliko CMS project.
		
		You'll find information on how to get started over at: http://kaliko.com/cms/get-started/
| Product | Versions 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.
- 
                                                
- AspNet.Identity.DataAccess (>= 2.1.0-beta4)
 - KalikoCMS.Core (>= 0.9.7-beta)
 - Microsoft.AspNet.Identity.Owin (>= 2.1.0)
 - Microsoft.Owin.Host.SystemWeb (>= 3.0.0)
 - Owin (>= 1.0.0)
 - Telerik.DataAccess.Core (>= 2014.2.918.1)
 
 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 0.9.9 | 265 | 11/25/2014 | 
| 0.9.8 | 80 | 11/21/2014 | 
| 0.9.8-beta | 205 | 11/10/2014 | 
| 0.9.7-beta | 527 | 11/3/2014 | 
Added ASP.NET Identity integration
Added sort order to startup sequence
Added administration of roles and users
Added a warning if leaving editor page with unsaved changes
Fixed bug in page list caching
Updated third party references to latest versions