I am creating an administrator application SPA.
Have the authentication and authorization working fine, however by default Auth0 lets users sign up.
- How do I disable the ability for users to signup
- How do I setup the initial admin that can log-in
- How do I send an invite link to new administrators
- Is there a dotnet core SDK I can use to talk to AUTH0 services for doing these functions?
Thank you in advance,
Marty