Authentication
Every app has an authentication screen, and each app can only have one screen of this type. Furthermore, the name of this screen will always be start
. You cannot change the name or remove this screen.

There are multiple authentication modes supported:
- Simple Password
- Username / Password
- Link in URL
- Podio
- None
For details on authentication, see 🔒Authentication
⚠️
You alone are responsible for your data security!
Anyone can log into your app with the right username and/or password. Ensure you use strong passwords throughout. If someone logs in, they can do anything this app allows them to do with your data!
Code Events
- Before Process
- Before Render
- On Render
- On Auth Fail
- On Auth Success
Please refer to 📜Code Events for more details