Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e-d-i-n-i/asp-role-auth
ASP Role Auth is an ASP.NET Core web application that demonstrates role-based authentication and authorization, highlighting how to manage user permissions through role-based access control.
https://github.com/e-d-i-n-i/asp-role-auth
asp-net role-authentication webapp
Last synced: 3 days ago
JSON representation
ASP Role Auth is an ASP.NET Core web application that demonstrates role-based authentication and authorization, highlighting how to manage user permissions through role-based access control.
- Host: GitHub
- URL: https://github.com/e-d-i-n-i/asp-role-auth
- Owner: e-d-i-n-i
- Created: 2023-05-21T12:01:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T07:48:59.000Z (4 months ago)
- Last Synced: 2024-11-13T19:44:39.743Z (2 months ago)
- Topics: asp-net, role-authentication, webapp
- Language: C#
- Homepage:
- Size: 7.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP Role Auth 👥
**ASP Role Auth** is a web application built with ASP.NET Core that demonstrates role-based authentication and authorization. This project showcases how to implement role-based access control to manage user permissions within an application.
## Features
- **Role-Based Authentication**: Secure login with role-based access control.
- **Authorization Management**: Control access to resources based on user roles.
- **Customizable UI**: User interface components tailored for role-based authentication.
- **Security**: Built-in security measures for managing user roles and permissions.## Technologies Used
- **Backend**: ASP.NET Core
- **Authentication**: ASP.NET Core Identity with Role-Based Authorization
- **Frontend**: HTML, CSS, JavaScript## Installation
1. Clone the repository:
```bash
git clone https://github.com/e-d-i-n-i/asp-role-auth.git
```
2. Navigate to the project directory:
```bash
cd asp-role-auth
```
3. Restore dependencies:
```bash
dotnet restore
```
4. Run the application:
```bash
dotnet run
```## Usage
1. Open the application in your browser.
2. Register and log in with different roles to test role-based access.
3. Manage user roles and permissions through the provided interface.## License
This project is licensed under the [MIT License](LICENSE).