I am new to Auth0. I have it all working, in terms of openid connect and asp.net core. Great. Now I was users to be able to signup (create an account), that account (name/email) will be stored in auth0 custom database option.
The user should get an email with a link to verify their account. The user should also get emails for resetting password, notification of expiration etc.
Is there help documentation at Auth0 on how to set this up for custom users in a database at Auth0?
thx