AspNetCore.Identity.DocumentDB
2.0.0-beta2
A DocumentDB (Cosmos DB) provider for ASP.NET Core Identity framework.
This is a prerelease version of AspNetCore.Identity.DocumentDB.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package AspNetCore.Identity.DocumentDB -Version 2.0.0-beta2
dotnet add package AspNetCore.Identity.DocumentDB --version 2.0.0-beta2
<PackageReference Include="AspNetCore.Identity.DocumentDB" Version="2.0.0-beta2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.Identity.DocumentDB --version 2.0.0-beta2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.Identity.DocumentDB, 2.0.0-beta2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
The document IDs are now set to "user" and "role" instead of using the same value as in the partition key.
The C# IdentityUser and IdentityRole classes still have a single public Id property which returns either the document ID or the partition key depending on whether the collection is partitioned.
The API remains the same but the data model has changed and the library is thus not compatible with 2.0.0-beta datasets.
Dependencies
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Identity (>= 1.0.0)
- Microsoft.Azure.DocumentDB (>= 1.10.0)
-
.NETStandard 1.6
- Microsoft.AspNetCore.Identity (>= 1.0.0)
- Microsoft.Azure.DocumentDB.Core (>= 1.0.0)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Identity (>= 2.0.0)
- Microsoft.Azure.DocumentDB.Core (>= 1.0.0)
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.
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta7 | 10,362 | 5/22/2019 |
2.0.0-beta6 | 2,685 | 1/22/2019 |
2.0.0-beta5 | 382 | 1/8/2019 |
2.0.0-beta4 | 691 | 10/29/2018 |
2.0.0-beta3 | 415 | 10/17/2018 |
2.0.0-beta2 | 707 | 8/9/2018 |
2.0.0-beta | 420 | 8/8/2018 |
1.0.0 | 3,724 | 3/2/2018 |
0.4.0-beta | 608 | 9/12/2017 |
0.3.6-beta | 769 | 5/30/2017 |
0.2.0-beta-188834351 | 1,481 | 1/19/2017 |
0.2.0-beta-188834350 | 783 | 1/4/2017 |
0.2.0-beta | 771 | 11/20/2016 |
0.1.1-alpha | 693 | 11/9/2016 |
0.1.0-alpha | 519 | 11/4/2016 |