Info
Version: | 2.0.1 |
Author(s): | David Boike, Judah Gabriel Himango |
Last Update: | Wednesday, February 6, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JudahGabriel/RavenDB.AspNet.Identity |
NuGet Url: | https://www.nuget.org/packages/RavenDB.AspNet.Identity |
Install
Install-Package RavenDB.AspNet.Identity
dotnet add package RavenDB.AspNet.Identity
paket add RavenDB.AspNet.Identity
RavenDB.AspNet.Identity Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Identity.Core(>= 2.2.1)
- RavenDB.Client(>= 4.0.2)
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 12.0.1)
- System.Threading.Tasks.Extensions(>= 4.5.2)
Tags
This is an identity provider that works with RavenDB 4.0+ for MVC (full .NET Framework) apps. If you're looking for ASP.NET Core support, use our sister project, RavenDB.Identity.