A secure ASP.NET Core Web API that implements JWT-based authentication and full CRUD operations for user profiles. Includes features like user registration, login with hashed passwords, role-based authorization, partial updates (PATCH), and token generation.
🔐 JwtUserApi This is a secure RESTful Web API built with ASP.NET Core that supports:
✅ User Registration & Login
🔐 JWT Authentication with secure token generation
🔒 Password Hashing using ASP.NET Identity
🛠️ CRUD Operations on user profiles
✏️ Partial Updates (PATCH) using DTO
🔑 Role-based Authorization (User/Admin ready)