Workflows
This section covers authentication workflows, including login, signup, password recovery, and navigation logic, ensuring a smooth user authentication experience.
All authentication-related workflows are contained within the ⬛ GP_Authentication reusable element. To ensure a seamless user experience, These workflows are categorized as follows:
Login: Handles user sign-in, credential validation, and session management.
Signup: Manages new user registration and account setup.
Forgot/Reset Password: Facilitates password recovery via email verification and reset actions.
Navigation: Directs users to the appropriate pages after authentication.
Custom Events: Contains reusable logic triggered across different workflows.
Last updated