Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Help with login with Google in .NET MAUI #201

Open
koddek opened this issue Jul 13, 2023 · 1 comment
Open

Need Help with login with Google in .NET MAUI #201

koddek opened this issue Jul 13, 2023 · 1 comment

Comments

@koddek
Copy link

koddek commented Jul 13, 2023

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.

@bezysoftware
Copy link
Collaborator

You'll need to share the exception you get and the place where it's coming from to be get any help, without it it would be guessing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants