JwtAuthDemo is a REST API built with .NET Core for authentication using JSON Web Tokens (JWT). It provides secure user registration, login, and role-based access control for managing resources via Swagger.
- User Registration & Login: Securely create and authenticate users.
- JWT Authentication: Token-based authentication with role management.
- Role-Based Access: Restrict endpoints based on user roles (e.g., admin, user).
- Swagger Integration: Easily test and explore the API via Swagger UI.
- Backend: .NET Core
- Authentication: JWT
- API Documentation: Swagger