I am using auth0 for login and signup. However, my use-case is a little different from the usual. Here’s the solution I’m searching:
I have a custom domain setup on auth0 and wants to be able to navigate to a certain path on the custom domain and get certain views. For example, let’s say I navigate to https://account.{MY_CUSTOM_DOMAIN}/login then I would get the login page and if I navigate to https://account.{MY_CUSTOM_DOMAIN}/sign-up then I would see the signup page.
Anyone have any idea how this can be achieved?