UI option like web?

Hello,

Is that possible to have social logins below the email and password setup in iOS swift like what we have in web?

I want similar UI for iOS Swift. Is it possible?

Hello @bhavin-quanteon welcome to the community!

It is certainly possible to include social login options assuming you have them enabled for your native application configured in your Auth0 dashboard. The social connection options will be available if you use WebAuth via the Auth0.swift SDK.

The Quickstart and related samples use this:

Hope this helps!

Thanks @tyf . I think you misunderstood it. I want social options in the UI to place it at the end of email/password and login button. Right now with swift sdk, its above the credentials field.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.