How to make signup mandatory before login in auth0?

i configured auth0 in my sveltekit project i want user to signup before login . user cannot register by just login.

Hey there @yatindavra welcome to the community!

If you’re using Universal Login, new users will be required to signup before being able to login - If you need to handle some other logic in the process I recommend checking out Actions which will allow you to perform an action pre, and/or post user registration.

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