This guide showcases how to add new user info, like user ID and email to the Supabase database, when users sign up with Hanko. Jump to Nextjs guide to learn how to add Hanko Auth in your Next App.
Create Supabase account
Create new project
Create users table
Configure environment variables
.env.local
file.Install Supabase JavaScript Client
Set up Supabase Client
Create user synchronization API
Integrate with HankoAuth component
onSessionCreated
triggers.