Hey @rp_st ,
Is it feasible to incorporate multiple signup options within the same application for a single tenant? The signup processes will vary for administrators and regular users, and I plan to store corresponding custom fields in my database. Additionally, is there an option to use different URLs such as /auth for users and /admin-auth for administrators? I'm seeking documentation for reference; please share any available resources. If not, do you have any suggestions on how to implement this? Another consideration is displaying a form after signup to collect additional details based on the user's role.
Thanks,