5️⃣ Backup
Last updated
Was this helpful?
Last updated
Was this helpful?
Backup data is no longer the recommended approach to perform account recovery, and the feature has been removed from Android and iOS SDKs. The recommended flow is using the temporary state. Follow the guide on .
Back up your user's data so you can restore their Keyless account when necessary.
Create backups after authentication, and push them into your backup system. Each backup is encrypted with aes-gcm
using the backupKey
as symmetric key. You need both backupData
and backupKey
to restore an account with Keyless.
Restore the user account by providing backupData
and backupKey
to the withBackup
method: