Replies: 1 comment
-
If you want to redirect back to your app, you can use a custom URI scheme or deep link in your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement Google login in MAUI, and I manage it using WebAuthenticator. I successfully redirect to the web, and I can select my Google account; however, after logging in, I need to reopen my mobile app again, which is not working. Please check my code:
Beta Was this translation helpful? Give feedback.
All reactions