-
Hello The redirection to the google authentication page works, but when I validate my credentials, the redirection to http://localhost:8060/ is blocked on my device. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @elfilipe , |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer, i'll take a look at the godot-applinks solution. |
Beta Was this translation helpful? Give feedback.
Hi @elfilipe ,
Local OAuth2 is not currently supported on Android.
The reason why it works on desktop is because a desktop application is able to work as a webserver and serve localhost to get requests for redirection. On Android that can't be done in this way.
A possible solution is to configure Android deep linking for your Android App, and use that link as a redirection URI for OAuth2. We don't have any working example yet, but simply because nobody asked this feature.
It is possible anyway, but requries you to use integrate additional modules, like this one https://github.com/timoschwarzer/godot-applinks to get Deep Linking working on Godot