Victor Vintorez
Explore posts from serversAdding Google/Oauth to Web API + SPA
I have created a new .NET 8 Web API + React SPA project using the new Visual Studio template (the one with Vite instead of CRA). I am using AspNetCore.Identity according to this tutorial (https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-8.0). I am looking to add Google auth along with possibly some others such as Discord and Github. I cannot tell what is the correct way to implement this as there are many different guides which do not seem to agree with each other
7 replies