Google Sign In / Apple Sign In

@anon78309838 can we use these apple and google sign in components for external users authentication?

I am starting to build on @xano and since they have authentication (email & google currently, apple coming soon), can I use the current components to authenticate users external collections?

I don’t believe this would be possible as this would need to be included in the scope of the oAuth, which right now is hard coded and limited to only the info needed for a user within Adalo.

1 Like

Hey @bhanu and @anon78309838 . I believe this is actually technically possible with Xano. We handle the OAuth on our end but still pass a bearer token to the front-end which is what Adalo accepts. We haven’t tried it yet so @bhanu maybe we can work on an example with your app to get to help get it working.

1 Like

@anon78309838 Using your web view, is there a way to receive information via window.postMessage? If we can do that, then we can pass the bearer token from the Webview.

Hi @xano I know this post was from Jan, but I’m exploring moving to Xano and would also want to use Apple sign in. Is this working when using external users collection? Thanks!

Apple sign in should still be within Adalo at the moment, you can use Xano for the backend and keep the users in Adalo.

1 Like

Hi @bhanu, thanks. So if user DB is in Adalo, would you just create a user ID field on every table in Xano and assign the (Adalo) user ID to each record so you would always filter records by user?

Thanks

Yeah, in this case you’ll use email as the userID from Adalo to filter results in xano.

So each of your records in xano will have user’s email to let you do that.

2 Likes