Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| With basic export/import, you're taking an export from your previous tool and importing data into Clerk. The most common way to handle this is by making use of the [`CreateUser`](/docs/reference/backend-api/tag/users/post/users){{ target: '_blank' }} Backend API endpoint. It's important to note that the `CreateUser` endpoint is rate limited. For more information, see the [guide on rate limits](/docs/guides/how-clerk-works/system-limits#backend-api-requests). | ||
|
|
||
| You'll also need to provide your `password_hasher` value (the hashing algorithm used to generate the password digest) and in some instances Clerk will transparently upgrade your users' password hashes to the more secure Bcrypt hashing algorithm. More details on this topic are available in the [Backend API reference docs](/docs/reference/backend-api/tag/Users#operation/CreateUser!path=password_hasher\&t=request){{ target: '_blank' }}. | ||
| You'll also need to provide your `password_hasher` value (the hashing algorithm used to generate the password digest) and in some instances Clerk will transparently upgrade your users' password hashes to the more secure Bcrypt hashing algorithm. More details on this topic are available in the [Backend API reference docs](/docs/reference/backend-api/tag/users/post/users.body.password_hasher#tag/users/post/users){{ target: '_blank' }}. |
There was a problem hiding this comment.
i don't think it exists anymore https://clerk.com/docs/reference/backend-api/tag/users/post/users#tag/users/post/users
|
Preview link 404s for me. Is that because preview runs can't handle the redirect? |
Screen.Recording.2026-02-24.at.1.43.12.PM.movCompletely valid @alexisintech and @manovotny you can see in the video how I get the link but yea it doesn't work when I load that link, it just stays at the top. Will need to dig in to this deeper, maybe a flaw on our use of scalar, maybe a bug in scalar itself. I tested in https://github.com/clerk/clerk/pull/2145 preview because I think it's on the latest version and it still didn't work there. |
|
Bug reported to scalar team https://clerkinc.slack.com/archives/C062SUZ9EGK/p1771933044868549 |

🔎 Previews:
Note that reference docs pages are currently broken in preview environments (fixed here https://github.com/clerk/clerk/pull/2146)
What does this solve? What changed?
Deadline
Other resources