Based on the existing User Registration Flow for mobile
To implement in your app, take note of the following features:
- Link on login screen to 'Sign up here' for new users
- User Registration screen to fill out user details and password
- On Save of user registration form, user is created and logged in
- 'VerifyAndRegisterUser' server action called during creation (removed dependency used in the mobile version)
- 'Thank You' screen once registered
- Welcome page to show new user details
Additional enhancements you may want to consider (not currently included)
- Additional password validation or complexity requirements before saving new user
- Grant specific roles to new users just after creation
Warning: Anyone who creates a login will become a registered user across all apps on your platform. Be sure to have appropriate restrictions or roles in place to secure your apps and data.