My use case is that I want to let user manually sign-in after the sign-up process instead of auto-login. May I ask for advice for which function is effective to achieve my goal ?
I saw below page before writing my comment but did not answer to my question.
Welcome to the Auth0 Community and sorry for the late reply.
You can use a post-login action that checks for sign-up by querying if the event.stats.logins_count is equal to 1, then use something that looks similar to this:
In this case, the Action will redirect to the first Allowed Logout URL configured in the Application you use to perform the login flow. This is mentioned in the following Knowledge Article as well.