AspNetCore.Identity.CosmosDb
2.0.20
See the version list below for details.
dotnet add package AspNetCore.Identity.CosmosDb --version 2.0.20
NuGet\Install-Package AspNetCore.Identity.CosmosDb -Version 2.0.20
<PackageReference Include="AspNetCore.Identity.CosmosDb" Version="2.0.20" />
paket add AspNetCore.Identity.CosmosDb --version 2.0.20
#r "nuget: AspNetCore.Identity.CosmosDb, 2.0.20"
// Install AspNetCore.Identity.CosmosDb as a Cake Addin #addin nuget:?package=AspNetCore.Identity.CosmosDb&version=2.0.20 // Install AspNetCore.Identity.CosmosDb as a Cake Tool #tool nuget:?package=AspNetCore.Identity.CosmosDb&version=2.0.20
Cosmos DB Provider for ASP.NET Core Identity
This is a Cosmos DB implementation of an ASP.NET Core Identity provider for .NET that uses the "EF Core Azure Cosmos DB Provider."
Special note: When .Net 7 is released, this package will have installs for both .Net 6 and 7.
Install Instructions
- For the latest install instructions please see our project website.
- Questions or feedback are welcome! Please send us a note using our contact form, or post a message to our to our project discussion section. We will reply as soon as possible.
- An example web application that uses this package is available for download from GitHub.
- You can try a live on-line demonstration website that uses this provider to manage users.
Demonstration Website
We have a live demo website called "Mars" that uses this provider. Click here to learn more.
More Information
To learn more about Asp.Net Identity and items realted to this project, please see the following:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Duende.IdentityServer.EntityFramework.Storage (>= 6.1.7)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 6.0.10)
- Microsoft.AspNetCore.Identity.UI (>= 6.0.10)
- Microsoft.EntityFrameworkCore.Cosmos (>= 6.0.10)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AspNetCore.Identity.CosmosDb:
Package | Downloads |
---|---|
Cosmos.Cms.Common
This package contains all the common methods and objects used by the Cosmos CMS editor website, and by any website service the role of a publishing website. |
|
Cosmos.Common
This package contains all the common methods and objects used by the Cosmos CMS editor website, and by any website service the role of a publishing website. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.7 | 1,871 | 9/3/2024 |
8.0.6 | 2,451 | 5/29/2024 |
8.0.4 | 562 | 4/18/2024 |
8.0.3 | 845 | 3/12/2024 |
8.0.2 | 936 | 2/15/2024 |
8.0.1 | 1,438 | 1/12/2024 |
8.0.0 | 824 | 12/18/2023 |
8.0.0-rc.3 | 77 | 12/15/2023 |
2.1.4 | 7,082 | 1/30/2023 |
2.1.3 | 672 | 12/15/2022 |
2.1.2 | 491 | 11/16/2022 |
2.1.1 | 510 | 11/11/2022 |
2.0.22 | 401 | 11/9/2022 |
2.0.21 | 402 | 11/6/2022 |
2.0.20 | 1,299 | 10/27/2022 |
2.0.19-rc | 156 | 10/26/2022 |
2.0.18 | 893 | 9/24/2022 |
2.0.17 | 412 | 9/5/2022 |
2.0.16 | 711 | 8/24/2022 |
2.0.15 | 477 | 8/13/2022 |
2.0.14 | 411 | 8/11/2022 |
2.0.13 | 450 | 8/8/2022 |
2.0.12 | 459 | 7/31/2022 |
2.0.11 | 461 | 7/23/2022 |
2.0.10 | 473 | 7/13/2022 |
2.0.9 | 448 | 7/12/2022 |
2.0.8 | 476 | 7/12/2022 |
2.0.7 | 454 | 7/8/2022 |
2.0.6 | 456 | 7/8/2022 |
2.0.5.1 | 459 | 7/6/2022 |
2.0.4 | 464 | 7/5/2022 |
2.0.3.3 | 460 | 7/4/2022 |
2.0.3.2 | 483 | 7/3/2022 |
2.0.3.1 | 482 | 7/3/2022 |
2.0.2.1 | 471 | 7/1/2022 |
2.0.1-alpha | 192 | 6/30/2022 |
2.0.0-alpha | 203 | 6/25/2022 |
Fixed bug #9 (2FA), added unit test for 2FA, updated packages, updated integraton test website for 2FA..