A web component that handles user registration.
<hanko-register>
component is ideal for building dedicated user registration flows in modern web applications. It provides a secure, flexible way to onboard new users with minimal setup—no need to build your own UI or manage complex authentication logic.
If you want to Combine Login and Register on the same page: <hanko-auth>
component.
If you want to create a dedicated Login page: <hanko-login>
component.
Register | allows users to create new accounts. |
Passkeys | Enables passwordless login with modern device credentials. |
Passcodes | Useful for email-based login and verification workflows. |
2FA | Users can use a TOTP app or security keys. |
OAuth SSO | Allows users to log in using third-party identity providers (e.g., Google, Apple). |
Passwords | Supports traditional password-based login for broader accessibility. |
Name | Description |
---|---|
prefilledEmail | Used to prefill the email input field |
prefilledUsername | Used to prefill the username input field |
lang | Used to specify the language of the content within the element |
<hanko-register>
component<hanko-register>
component in different full stack and frontend frameworks.
<hanko-register>
component with your favorite frameworks, navigate to quickstart guides.