Backup Options
Passkey + Enclave Backup
Allow customers to create a passkey authenticate and store the private encryption key within a secure enclave.
Implementation Requirements
Initialize the portal config object with a passkey object.
The passkey object takes in a relying party.
Set the relying party to be a registrable sub-domain of your domain.
Password/Pin Backup
Allow customers to create a password/pin. Customers can either remember the password or store it in a password storage manager.
Implementation Requirements
Create a UI for password input.
Enforce password requirements. Customer can choose between password, PIN code, passcode, or any other text-based input.
If user forgets password there are no additional recovery options.
Google Drive Backup
See the docs on how toConfigure GDrive storage
Last updated