Example of a trial signup and login page like Auth0 uses

I’m planning on moving my apps authentication to Auth0.
I want the onboarding flow to work as Auth0’s does.
Customer goes to trial / account signup page, which log user in on signup.
Then a login page with login only and no signup.

Is there a code example for this flow in .NET Core ?

Thanks in advance for the help.