Password access to app

Hi - we want to have an app where the user must put in a code to sign up. the code would be made by us and they must know it exactly for it to work - therefore only people that we have given the code to will be able to sign up and use the app. Is this possible?

  • thanks :slight_smile:
1 Like

Yes, you can do this by having a welcome screen with an individual text input component and at separate submit button component. You can set the visibility of the button to only be visible if the value of the input matches your code.

1 Like