Login user method
With "Login User" method, you can implement sign-in functionality in your application. Users will be retrieved from the Base and table you selected in the App configuration.
NOTE
To use this method, you will need to enable authentication in the App configuration
Parameters
- Email: This is a required function field where you can input the user's email.
- Password: This is a required function field where you can input the user's password.
- Page: This is an optional function field where you can return the URL of the page to which you want to redirect the user after successful login.