Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.33 KB

ASP Identity UI 👤

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.

Features

  • 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.

Technologies Used

  • Backend: ASP.NET Core Identity
  • Frontend: HTML, CSS, JavaScript
  • Authentication: ASP.NET Core Identity

Installation

  1. Clone the repository:
    git clone https://github.com/e-d-i-n-i/asp-identity-ui.git
  2. Navigate to the project directory:
    cd asp-identity-ui
  3. Restore dependencies:
    dotnet restore
  4. Run the application:
    dotnet run

Usage

  1. Open the application in your browser.
  2. Use the UI to register, log in, and manage user accounts.
  3. Customize the interface as needed to fit your application's requirements.

License

This project is licensed under the MIT License.