How to get the user data on google authentication using JWT bearer authentication?

Viewed 259

I'm running an angular 2 web app on the frontend. After login with Gmail, I'm sending the token to my ASP .NET Core API on every request for authenticating using JWT bearer authentication. My doubt is how can I access the user info after authenticating the token with google in asp.net core?

1 Answers
Related