Benday.Identity.CosmosDb.UI
2.1.0
See the version list below for details.
dotnet add package Benday.Identity.CosmosDb.UI --version 2.1.0
NuGet\Install-Package Benday.Identity.CosmosDb.UI -Version 2.1.0
<PackageReference Include="Benday.Identity.CosmosDb.UI" Version="2.1.0" />
<PackageVersion Include="Benday.Identity.CosmosDb.UI" Version="2.1.0" />
<PackageReference Include="Benday.Identity.CosmosDb.UI" />
paket add Benday.Identity.CosmosDb.UI --version 2.1.0
#r "nuget: Benday.Identity.CosmosDb.UI, 2.1.0"
#:package Benday.Identity.CosmosDb.UI@2.1.0
#addin nuget:?package=Benday.Identity.CosmosDb.UI&version=2.1.0
#tool nuget:?package=Benday.Identity.CosmosDb.UI&version=2.1.0
ASP.NET Core Identity UI for Azure Cosmos DB. Provides pre-built Login/Logout/AccessDenied Razor Pages, a RedirectToLogin Blazor component, and AddCosmosIdentityWithUI() convenience method that combines core identity registration with cookie authentication. Built on top of Benday.Identity.CosmosDb.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Benday.CosmosDb (>= 5.2.0)
- Benday.Identity.CosmosDb (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.10 | 123 | 5/10/2026 |
| 6.0.9-alpha | 100 | 4/27/2026 |
| 6.0.8-alpha | 97 | 4/20/2026 |
| 6.0.7-alpha | 96 | 4/20/2026 |
| 6.0.2-alpha | 107 | 4/4/2026 |
| 6.0.1-alpha | 113 | 4/3/2026 |
| 6.0.0-alpha | 109 | 3/25/2026 |
| 3.2.0 | 119 | 3/13/2026 |
| 3.1.2 | 110 | 3/10/2026 |
| 3.1.1 | 113 | 3/10/2026 |
| 3.1.0 | 111 | 3/9/2026 |
| 3.0.0 | 114 | 2/27/2026 |
| 2.2.0 | 113 | 2/11/2026 |
| 2.1.0 | 116 | 2/9/2026 |
| 2.0.0 | 127 | 2/5/2026 |
v2.1.0 - Added Register, ChangePassword, ForgotPassword, ResetPassword, ConfirmEmail pages. Added admin User List and Edit User pages with role/claim management and account lockout. Added NoOpCosmosIdentityEmailSender, token providers, and CosmosIdentityAdmin authorization policy.
v2.0.0 - BREAKING: AddCosmosIdentity() moved to core Benday.Identity.CosmosDb package. Use AddCosmosIdentityWithUI() for the full UI experience. CosmosIdentityOptions and CosmosIdentitySeeder also moved to core package.