Azure Table Storage Provider to support ASPNET Core Identity.
Info
Version: | 8.0.0 |
Author(s): | David Melendez |
Last Update: | Tuesday, November 14, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dlmelendez.github.io/identityazuretable |
NuGet Url: | https://www.nuget.org/packages/ElCamino.AspNetCore.Identity.AzureTable |
Install
Install-Package ElCamino.AspNetCore.Identity.AzureTable
dotnet add package ElCamino.AspNetCore.Identity.AzureTable
paket add ElCamino.AspNetCore.Identity.AzureTable
ElCamino.AspNetCore.Identity.AzureTable Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Identity(>= 2.2.0)
- Microsoft.Azure.Cosmos.Table(>= 1.0.8)
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.1)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Identity.Core(>= 2.2.0)
- Microsoft.Extensions.Identity.Stores(>= 2.2.0)
- Newtonsoft.Json(>= 11.0.2)
- Microsoft.AspNetCore.Identity(>= 2.2.0)
- Microsoft.Azure.Cosmos.Table(>= 1.0.8)
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.1)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Identity.Core(>= 2.2.0)
- Microsoft.Extensions.Identity.Stores(>= 2.2.0)
- Newtonsoft.Json(>= 11.0.2)
Tags