Facephi Authentication
The Authentication flow is used when you have a user who already has registered biometric data.
Last updated
The Authentication flow is used when you have a user who already has registered biometric data.
It allows a user's identity to be confirmed using only a selfie, performing a liveness check and comparing it with the user's Biometric Template generated during Onboarding.
Required SDKs
Frontend SDK (Web or Mobile): face capture
Required backend services (Rest API)
Authentication service: POST /authenticateUser
Performs the liveness check and comparison of the person's face against the stored Biometric Template.
Service for updating the Biometric Template: POST /updateUserTemplate
How often should the Biometric Template be updated?
At Facephi, the Biometric Template is not updated automatically. As a best practice, it is recommended to review it and possibly update it annually, as well as in specific events that may affect the quality, security, or representativeness of the identity; for this, the service is available /updateUserTemplate
Last updated