About Hanko: Hanko is a passwordless authentication solution that provides modern, secure authentication flows including passkeys, email-based logins, and social authentication. It offers both hosted (Hanko Cloud) and self-hosted options, with comprehensive SDKs for seamless integration.What This Guide Covers: This guide demonstrates how to migrate user data to and from Hanko. You’ll learn to import existing users from other authentication platforms and export user data for backup or migration purposes.Key Technologies:
Migrating from another authentication provider? Import your existing users directly through the Hanko Cloud Console.
All user IDs must be in UUID format for successful import.
1
Access the Users section
Navigate to Hanko Cloud, select your project,
and click ‘Users’ in the left sidebar.
2
Start the import process
3
Upload and import your user data
Structure your import file as a JSON array of user objects. Each object represents one user with their details. Reference the official schema for proper data formatting.
Export your user data using the Hanko Admin API to retrieve comprehensive user information.A dedicated export feature matching the import functionality will be added to Hanko Cloud in the near future.