ASP.NET Core Web API Google Authentication
I am using ASP.NET Core WebAPI (.NET 6.0) I would like to implement Google Authentication using the guideline shared by Google on https://developers.google.com/identity/gsi/web My understanding of the process s that - I request a JWT from Google from my Web…