Disable automatic verification email on Universal login signup

Hi @dusan.p.petrovic,

Sorry for the delayed response.

You can create the user on your side (your database) when they are first directed back to your application after signup. You can look at the sub claim in the token as the unique identifier, and if it doesn’t exist, create a user with that ID.

1 Like