Onboarding
onboarding
Perform a verification of the user. It allows developers to verify whether a person has gone through the sign up proccess. It will return true if the user has not already signed up and the face is unique to the system. Otherwise it will return false for returning users.
Functionality:
- Onboarding Check: The primary purpose of the
onboarding
function is to confirm if the user new to the system.
Use Cases:
Check If User Is Unique:
- The
onboarding
function will quickly check if the user has gone through the verification process or is new to your system.
- The