Currently I am developing an asp.net core web application with OpenID connect and Azure. I found that Web API project template uses JWT authentication. Can I use JWT authentication for both web application, API project (with Azure)? I can see a lot of sample Web API projects with JWT but I hardly find any sample or tutorials of asp.net (core) MVC web applications with JWT authentication. Is it possible web applicatin can be authenticated with JWT? For example, login page can issue a jwt token and the site can be authenticated after that?
Thanks