-
Notifications
You must be signed in to change notification settings - Fork 24
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
Invalid success param when using OAuth2 login #34
Comments
@schoolofai, thanks for creating this issue! 🙏🏼 Could you please share exactly what the |
So, at the moment, Expo will create deep links like:
Appwrite will try to validate the host part of the URL against the allowed web platforms to protect against open redirect attacks so you'll get a 400 error like:
It's impossible to change RN to include a hostname or you may run into a path not found error when redirect back into the RN app. |
hi i am having issues with using google oauth for login - I am using react native sdk - it all works when on expo go , but when i installed it to testfight it stops working - and when trying to login with google - in get invalid sucess param should be one of - localhost .... etc . here is my sign in code -
see the screen shot for google cloud credentials
Image
The text was updated successfully, but these errors were encountered: