This project relies on the following NuGet packages to provide robust authentication, data access, and security:
🔐 Authentication & Security Microsoft.AspNetCore.Authentication.JwtBearer Handles JWT bearer token validation and authentication middleware.
Microsoft.AspNetCore.Identity Provides password hashing and user management utilities for secure user credentials.
🗄️ Database Access Microsoft.EntityFrameworkCore Core EF package for working with databases using ORM.
Microsoft.EntityFrameworkCore.SqlServer Enables Entity Framework Core to connect and interact with SQL Server databases.
Microsoft.EntityFrameworkCore.Tools Provides command-line tools for EF Core (e.g., migrations, database updates).