ASP Identity UI is a web application built with ASP.NET Core Identity, providing a customizable user interface for managing user authentication and identity features. This project showcases how to integrate and customize ASP.NET Core Identity within an application.
- User Authentication: Secure registration, login, and logout functionality.
- Account Management: Features for managing user profiles and passwords.
- Customizable UI: Easily customizable user interface for identity management.
- Security: Built-in security features for user authentication and data protection.
- Backend: ASP.NET Core Identity
- Frontend: HTML, CSS, JavaScript
- Authentication: ASP.NET Core Identity
- Clone the repository:
git clone https://github.com/e-d-i-n-i/asp-identity-ui.git
- Navigate to the project directory:
cd asp-identity-ui
- Restore dependencies:
dotnet restore
- Run the application:
dotnet run
- Open the application in your browser.
- Use the UI to register, log in, and manage user accounts.
- Customize the interface as needed to fit your application's requirements.
This project is licensed under the MIT License.