Overview
You may want to disable public sign ups to allow only certain people to access your app.
From a passwordless and third party login perspective, you would want to maintain an allow list of emails / phone numbers and only those users would be able to login to access the app.
In this section, we will see how to achieve this flow.