Social Sign In without native page

Hi guys,

I have a Sign-In flow in my app created using the new Rails 8 authentication generators.

Everything works fine in the Hotwire Native app for the email/password login, but now I’m implementing Social Login with Google and since I need to use { data: { turbo: false }} in the button, the Hotwire Native does not catch the action, thus it does not redirect to the Google Sign In flow.

I did not want to create a native screen for this purpose, so I was wondering if any of you guys already had this challenge.

Thanks in advance!

1 Like