Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e-d-i-n-i/asp-identity-ui
ASP Identity UI is an ASP.NET Core Identity-based web application with a customizable UI for managing user authentication and identity features.
https://github.com/e-d-i-n-i/asp-identity-ui
asp-net registration-form
Last synced: about 2 months ago
JSON representation
ASP Identity UI is an ASP.NET Core Identity-based web application with a customizable UI for managing user authentication and identity features.
- Host: GitHub
- URL: https://github.com/e-d-i-n-i/asp-identity-ui
- Owner: e-d-i-n-i
- Created: 2023-04-23T11:56:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T07:46:45.000Z (4 months ago)
- Last Synced: 2024-09-08T08:48:44.499Z (4 months ago)
- Topics: asp-net, registration-form
- Language: C#
- Homepage:
- Size: 28.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/e-d-i-n-i/asp-identity-ui.git
```
2. Navigate to the project directory:
```bash
cd asp-identity-ui
```
3. Restore dependencies:
```bash
dotnet restore
```
4. Run the application:
```bash
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](LICENSE).