Can anyone share a full fledged project or resource where JWT is being used. I know how to generate JWT token and test in swagger or postman.But I don't how to implement JWT in my MVC project. II want to add JWT authentication and authorization in my MVC application. What can I do?
Please tell me how to implement JWT in a MVC project.

Siddharth GajbhiyePosted Dec 30, 2022, 5:14 PM
Hi
https://www.infoworld.com/article/3669188/how-to-implement-jwt-authentication-in-aspnet-core-6.html
Please refer the above link which can explain you how you can use JWT in MVC
Amit MohantyPosted Jan 3, 2023, 4:30 AM
Check the below articles, this may help you.
https://www.prowaretech.com/articles/current/asp-net-core/add-jwt-authentication-to-mvc
https://www.codemag.com/Article/2105051/Implementing-JWT-Authentication-in-ASP.NET-Core-5
https://stackoverflow.com/questions/54559562/jwt-authentication-asp-net-core-mvc-application
Vishal YelvePosted Jan 2, 2023, 12:42 PM
Please refer below link
https://www.prowaretech.com/articles/current/asp-net-core/add-jwt-authentication-to-mvc
https://www.codemag.com/Article/2105051/Implementing-JWT-Authentication-in-ASP.NET-Core-5
https://www.c-sharpcorner.com/article/how-to-implement-jwt-authentication-in-web-api-using-net-6-0-asp-net-core/