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
Hi! Thanks for this great project. I was able to make google signin work with web app and works very well.
Im having issues understanding how to integrate with a native iOS app. I’m using Google’s SDK in the iOS app and I get back the user and a token id. I’m trying to figure out what to do with it. The /auth/google/callback that I have from fast api users wants a code, state, and code_verifier. I use that fine with my web front end but struggling to figure out which api endpoint to hit from my iOS app to create the user.
thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! Thanks for this great project. I was able to make google signin work with web app and works very well.
Im having issues understanding how to integrate with a native iOS app. I’m using Google’s SDK in the iOS app and I get back the user and a token id. I’m trying to figure out what to do with it. The /auth/google/callback that I have from fast api users wants a code, state, and code_verifier. I use that fine with my web front end but struggling to figure out which api endpoint to hit from my iOS app to create the user.
thank you!
Beta Was this translation helpful? Give feedback.
All reactions