- Dashboard users: If the user registered through the Dfns dashboard, they recover via the dashboard at app.dfns.io/recover.
- End users on your app: If the user registered through your application (delegated registration), you must implement the recovery flow in your application using the recovery APIs. Dfns provides the APIs and recommendations, but you control the full recovery UX and encryption scheme.
Guides
Recovering your account
Step-by-step guide for employees to recover their account using the dashboard.
Implementing end-user recovery
Developer guide for implementing recovery flows for delegated wallet users.
Related endpoints
POST/auth/recover/init– Create recovery challengePOST/auth/recover/user/delegated– Create delegated recovery challengePOST/auth/recover/user– Recover user
