Auth0 iOS without callback URLs

Hi,
I am exploring Auth0 for iOS and I wonder if there is any mechanism to avoid settings the callbacks URL for login and logout.
In other words, can be the webAuth() embed with a delegate instead of the need to set the URL Types in the XCode project?
Thanks in advance,
M.

Hey there @marcela.nievas welcome to the community!

While generally not recommended over Universal Login, embedded login is possible. For iOS in particular you will want to take a look at our Lock.swift SDK:

1 Like

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