Overview
Hanko 3.0.0 removes previously deprecated API endpoints. This guide outlines the breaking changes and migration path for upgrading from version 2.x.x to 3.0.0.Breaking Changes
Deprecated API Endpoints
The following Public API endpoints have been deprecated and will be removed in version 3.0.0: Authentication Endpoints: WebAuthn Endpoints:POST /webauthn/login/initializePOST /webauthn/login/finalizePOST /webauthn/registration/initializePOST /webauthn/registration/finalizeGET /webauthn/credentialsDELETE /webauthn/credentials/{id}PATCH /webauthn/credentials/{id}
Migration Path
Exception: If your integration only uses,
hanko-elements version 1.0.0 or later, and not using the Hanko API directly, no migration changes are required.Action Required
To ensure a smooth transition:- Review your current implementation and identify usage of deprecated endpoints
- Migrate to the Flow API before the May 20, 2026 release date
- Test your integration thoroughly in a development environment
- Refer to the Flow API documentation for implementation details
Need assistance with your migration? Contact our support team or visit our community forum for help.