A complete User Management API built with ASP.NET Core, JWT Authentication, and Entity Framework.
- User Registration & Login
- JWT Token Authentication
- Protected Endpoints
- Entity Framework with SQL Server
- Swagger/OpenAPI Documentation
- ASP.NET Core 9.0
POST /api/Users/register- Register new userPOST /api/Users/login- Login and get JWT tokenGET /api/Users- Get all users (protected)GET /api/Users/{id}- Get user by ID (protected)
- ASP.NET Core 9.0
- Entity Framework Core
- JWT Bearer Authentication
- SQL Server
- Swagger/OpenAPI