There doesn’t seem to be any Google OAuth object in ServiceStack.Auth for asp.net core. I added a reference to using ServiceStack.Authentication.OAuth2; but it doesn’t accept the AppSettings object.
It gives option to add reference but it doesn’t fix it. I guess it is because IAppSettings is defined somewhere else but I am not really sure. I can pass AppSettings to the Auth providers in the .net core SS project fine.
What is proper was to use Google auth provider in .net core?
A Google OAuth Provider is required to Authenticate with Google OAuth, one needs to be written by either us or the community. If you vote for the feature request it will notify you when one is available.