Skip to main content

Overview

You may want to disable public sign ups to allow only certain people to access your app.

From a third party login perspective, you would want to maintain an allow list of emails and only those users would be able to login to access the app.

There are two flows for passwordless login:

  • Via an email / phone number allow list: You would want to maintain an allow list of emails / phone numbers and only those users would be able to login to access.
  • Via an invite link: Users are created only when their invite link is generated. They are signed in when they click on the link.

In this section, we will see how to achieve this flow.

Looking for older versions of the documentation?
Which UI do you use?
Custom UI
Pre built UI