Native iOS Auth0 implementation

I am new to using Auth0 in my iOS application.
I implemented Browser Auth0, but my major concern is the iOS consent dialog that shows up like: [app] wants to use “auth0.com” to Sign In. This allows the app and website to share information about you.

Does this consent dialog only shows up in browser Sign In Auth0 implementation or does it show up in native Auth0 implementation as well.

I am planning to change this to native Auth0 implementation if this consent dialog doesn’t show up or if I can remove it in my browser Auth0 implementation that will work out as well.

Any suggestions or advice is greatly appreciated.

Thanks you!

Hey there,

What do you have in mind saying native Auth0 implementation?

I am talking about: Auth0 SDK for iOS

So basically you can approach it in two ways:

  • You can build the UI yourself only using our APIs to add authentication and management:

https://auth0.com/docs/api/authentication

  • You can use Auth0 Lock for Mobile which give you all in one authentication + ready to customise UI: