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)