ASP.NET Core 6.0 JWT Authentication | Identity | Entity Framework Core | MSSQL



#webapi #jwt #dotnet
✅ 1. Create a Web API Project Using Visual Studio
GitHub: https://github.com/shahedbd/JWTAutD6

✅ 2. Install the Required Packages
– JwtBearer
– Identity.EntityFrameworkCore
– EntityFrameworkCore.SqlServer
– EntityFrameworkCore.Tools
– Swashbuckle.AspNetCore

✅ 3. Add Model

✅ 4. Update appsettings.json

✅ 5. Add DB Context

✅ 6. Update the Program.cs

✅ 7. Add migration

✅ 8. Add Controller/Use Default Controller

✅ 9. Run Project

✅ 10. Check API in Postman
https://www.getpostman.com/collections/9aa68bcc5aea199586b1