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!