Securing Your App
App Access Control
Adjust how your users access your application
How it works
Signup restrictions
By default, signup restrictions will be set to Public
. Which means that anyone who access your application can signup as a user. But, you have another options:
Type | Behaviour | When to use |
---|---|---|
Public | Anyone who has access to your application can signup as a new user | Suitable for customer facing-app |
Invite Only | Signup is blocked and only user you invited can signin. | Suitable for internal app for specific group of user |
Waitlist (coming soon) | Anyone can input some basic data and join a waitlist. After the waitlist period is ending, you can switch it to Public or Invite Only | Suitable for un-launched customer facing app |
Email restrictions
Block email subaddress
If you turn this restrictions on, any email data that contains +
, =
, and/or #
will be blocked from interacting with your applications.
If user made a request with invalid email address, an API request will throws invalid_payload
error.
How to use it
- If you haven't, setup your account first
- Go to your environment Config sections
- In the left sidebar, choose Access Control.
- Your setting should be available to adjust
Last updated on