Skip to main content

Use case

The <hanko-registration> component is perfect for creating dedicated user registration flows in modern web applications. It provides a secure, flexible way to onboard new users with minimal setup—eliminating the need to build custom UI or manage complex authentication logic. If you want to Combine Login and Register on the same page:
try out the<hanko-auth> component.
If you want to create a dedicated Login page:
try out the<hanko-login> component.

Features

Usage

Markup

Attributes

Adding <hanko-registration> component

The following examples show how to integrate the <hanko-registration> component in different full-stack and frontend frameworks.

Full stack

components/HankoRegister.tsx

Frontend

components/HankoRegister.tsx
You should see an interface similar to this 👇
sign-up
For more detailed instructions on integrating <hanko-registration> component with your favorite frameworks, navigate to quickstart guides.