StackRedis.AspNet.Identity
1.0.4
An open source ASP.NET Identity 2.x-compliant custom user store implementation to *Redis* using the fancy StackExchange.Redis library.
Install-Package StackRedis.AspNet.Identity -Version 1.0.4
dotnet add package StackRedis.AspNet.Identity --version 1.0.4
<PackageReference Include="StackRedis.AspNet.Identity" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StackRedis.AspNet.Identity --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StackRedis.AspNet.Identity, 1.0.4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install StackRedis.AspNet.Identity as a Cake Addin #addin nuget:?package=StackRedis.AspNet.Identity&version=1.0.4 // Install StackRedis.AspNet.Identity as a Cake Tool #tool nuget:?package=StackRedis.AspNet.Identity&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Bugfixes: See pull request #3 on GitHub repository (Special thanks to @jbinder)
Dependencies
-
.NETFramework 4.5
- Microsoft.AspNet.Identity.Core (>= 2.2.0)
- Microsoft.Bcl.Immutable (>= 1.0.34)
- Newtonsoft.Json (>= 6.0.8)
- StackExchange.Redis (>= 1.0.394)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.