# A Simple 3-Step Process to Migrate from Supabase Auth to Neon Auth

DevFeed: [A Simple 3-Step Process to Migrate from Supabase Auth to Neon Auth](<https://devfeed.tech/articles/a-simple-3-step-process-to-migrate-from-supabase-auth-to-neon-auth-5807.md>)

Original publisher: [Read original article](<https://neon.com/blog/supabase-auth-neon-auth>)

Author: Shridhar Deshmukh

Published: 2025-03-25T17:16:05Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [passwords](<https://devfeed.tech/topics/passwords.md>), [CSV](<https://devfeed.tech/topics/csv.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [database](<https://devfeed.tech/tags/database.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [migration](<https://devfeed.tech/tags/migration.md>), [passwords](<https://devfeed.tech/tags/passwords.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>)

## AI overview

A tutorial for migrating Supabase Auth users to Neon Auth. It covers exporting encrypted bcrypt password hashes, configuring Stack Auth, and importing users through its REST API.

## Source excerpt

Neon Auth allows you to integrate authentication with your Postgres database, eliminating the traditional complexity of keeping user data in sync. With Neon Auth, your user profiles are exposed in a standard Neon Postgres table, giving you the simplicity of a managed auth solutio...