App Security
Auto logout
App Auto Logout can be located in an app’s Security Settings within the Settings tab of the builder. With this option enabled, users are logged out after the specified amount of time of inactivity. Time can be configured to various options from 1 minute to 60 minutes.
When this functionality runs a logout after the set amount of inactivity, the configurable message is shown.
IP whitelisting
IP Security options can be located in an app’s Security Settings within the Settings tab of the builder. When this option is enabled, you can choose to allow or block specified IP addresses. Each address listed should be on a separate line in the IP text box.
Pro Tip: to show the user their IP address as part of the custom message add {ip}
in the custom message box.
For example: Your IP {ip} is not authorized to view this page.
If an attempt to access your app is made from an IP address that is not permitted, no access to any component or layout is allowed so only the configured message will show.
When developing your app, we advise restricting your app to only be viewed by your IP.
We'd love to hear your feedback.