How to use third-party provider login with ionic-vue #8158
TonyFresneau
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have an application on ionic 6 with vue 3 and nuxt 3. I use auth.signIn({ provider: 'google' }) to login my users, on the web part everything works fine but when I switch to the Android/Ios version, the user is sent to the Google login page but then redirected to localhost:3000
So I searched the whole internet to find a solution but I can't find anything that works, I tried via deeplinks and redirectTo :
auth.signIn({ provider: 'google' }, { redirectTo: 'mydomain.app' })
But I confess I'm not sure if I'm going in the right direction or just trying to do something impossible right now.
So my questions are:
Beta Was this translation helpful? Give feedback.
All reactions