JonatanSouza04 / Firemonkey-jsAuth

Firemonkey Authentic Facebook Google
https://www.youtube.com/channel/UC6omhlEXe3ZCMDZd3WyB4_A
10 stars 14 forks source link

Correcoes no Componente #2

Open igorbastosib opened 7 years ago

igorbastosib commented 7 years ago

Boa noite Jonatan, eu fiz umas atualizações no FMX.jsAuth.pas corrigindo algumas coisas e gostaria de fazer o branch p vc analisar. Teria como permitir correções de terceiros? Assim a comunidade pode te ajudar a manter o Componente atualizado.

JonatanSouza04 commented 7 years ago

Boa noite Igor, tudo bem ? Tenta subir agora, alguns dias atrás eu corrigir um erro na Auth do Google.

Veja se você já baixou este fonte.

Obrigado por contribuir.

igorbastosib commented 7 years ago

Boa noite Jonatan, acabei de fazer o Upload. O fontes que realizei as alterações já estava atualizado.

Obrigado por me permitir fazer o commit, mas seria interessante deixar só realizar o branch para sua futura análise, não? Confere lá se as alterações que enviei fazem sentido para você.

benselilih commented 2 years ago

Hi, This is very useful and unique but now is not working because is using an embedded browser( using the Delphi TWebBrowser component).Can you help or update please like for example launching the authenticating URL in the default device browser. here is a screenshot from execution on android phone: https://files.fm/thumb_show.php?i=utb52qcmh

igorbastosib commented 2 years ago

Yea, same problem here. The only way I fixed it was: stopping using third party components with embedded browser and opening the URL on the native Device browser.

Following the API documentation, I send the response URL the same of my Server, which, after checking the token and the authentication, sends a Notification to the device which is trying to login.

None other option has worked on Android nor iOS.

benselilih commented 2 years ago

Yea, same problem here. The only way I fixed it was: stopping using third party components with embedded browser and opening the URL on the native Device browser.

Following the API documentation, I send the response URL the same of my Server, which, after checking the token and the authentication, sends a Notification to the device which is trying to login.

None other option has worked on Android nor iOS.

Thank you for your answer, can you explain more or send the source code by email: benslilih@gmail.com