You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a .net MAUI Blazor app and I want to sign in with Google. However, the method I used before seems to be outdated and Google recommends a different way. Does anyone know how to do this in .net MAUI? Is there a library that simplifies the process? I just need to get the access token from Google and then I can proceed.
I tried to use the "SignInWithRedirectAsync" method from this library, but it gives me an error in .net MAUI. Google suggests using "SignInWithPopup" instead, but this library does not have it. So I need to find another way to sign in to Google and get the access token. Then I can use the "SignInWithCredentialAsync" method from this library.
The text was updated successfully, but these errors were encountered:
I am working on a .net MAUI Blazor app and I want to sign in with Google. However, the method I used before seems to be outdated and Google recommends a different way. Does anyone know how to do this in .net MAUI? Is there a library that simplifies the process? I just need to get the access token from Google and then I can proceed.
I tried to use the "SignInWithRedirectAsync" method from this library, but it gives me an error in .net MAUI. Google suggests using "SignInWithPopup" instead, but this library does not have it. So I need to find another way to sign in to Google and get the access token. Then I can use the "SignInWithCredentialAsync" method from this library.
The text was updated successfully, but these errors were encountered: