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
Code Events
- Before Process
- Before Render
- On Render
- On Auth Fail
- On Auth Success
Please refer to 📜Code Events for more details