I’m using Lock.swift v2 in my app, having only the Social Media login option enabled. Is there any way I can determine whether the user has created the new Account in Auth0 dashboard during the authentication, or just signed in with existing Auth0 account? I’d love to show additional screen for new users, but not for the existing ones and I wonder what’s the best approach to achieve that.
Hey there @strg! Auth0 Rules would be able to help setup your new users follow a different trajectory than your exisiting users. Give the doc a look when you get a chance and let us know if you have any questions!