Help with migrating to better-auth from custom auth (backend only)
Hi I have managed to create all tables and required columns are properly mapped, now my problem is i have a lot of existing users who were created using previous functionality, I have written custom logic (bcrypt) to verify passwords but i am unable to get it to work im not sure how do i point it to use the stored hash (during registration) and compare with the password provided. Here is a bit of sample code. Is this even possible? Sorry if i missed out something obvious in the docs.
