Help with migration

Hi so far i had a custom auth implementation which would hash passwords and store them, now switching to better-auth, i do not want to hinder the users by asking them to reset the passwords again, is there any pointers that could help me? I had used something like this to hash and store the password and would verify using bcrypt during login
image.png
Was this page helpful?