Microsoft.AspNetCore.Identity.UI 10.0.0-preview.5.25277.114
About
Microsoft.AspNetCore.Identity.UI provides the default Razor Pages UI for the ASP.NET Core Identity framework.
Key Features
- User registration and login functionality
- Account management
- Two-factor authentication
How to Use
To use Microsoft.AspNetCore.Identity.UI, follow these steps:
Installation
dotnet add package Microsoft.AspNetCore.Identity.UI
Configuration
Add the following code to the Program.cs of your ASP.NET Core app:
builder.Services.AddDefaultIdentity<IdentityUser>()
.AddEntityFrameworkStores<ApplicationDbContext>();
var app = builder.Build();
app.UseAuthentication();
app.UseAuthorization();
app.MapRazorPages();
Additional Documentation
For additional documentation and examples, refer to the official ASP.NET Core Identity documentation.
Feedback & Contributing
Microsoft.AspNetCore.Identity.UI is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Showing the top 20 packages that depend on Microsoft.AspNetCore.Identity.UI.
| Packages |
|---|
|
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
|
Microsoft.AspNetCore.App
Microsoft.AspNetCore.App
|
|
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
This package was built from the source at:
https://github.com/aspnet/Universe/tree/1016eae4004686f7fdad13f5c329f63bbae1f3a1
|
.NET 10.0
- Microsoft.Extensions.FileProviders.Embedded (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.Identity.Stores (>= 10.0.0-preview.5.25277.114)