Hi, I wanted to ask for clarification regarding trying to implement an invite only application using auth0 and react. I have set up a single page application (universal login) that only uses passwordless and social logins to sign in. Is it possible to have an invitation only set up for my application without it having database connection on?
Reading through your message, I wanted to provide some information here in case it can help others as well. The exact flow that you described cannot be accomplished due to the way Social Logins work, which does persist even if you wish to set this up through Organizations. Even though Social Logins can be added to Organizations, you cannot enable/disable Signup as you can with Database Connections.