Hi, I'm using supabase auth currently and I'm wondering how the passwords are handled when migrating as supabase uses bcrypt to hash passwords but I believe better-auth uses scrypt? So how does that work? Do I need to support both bcrypt + scrypt such that when users login I'll need to check both bcrypt and scrypt and overtime only support scrypt once all (or most) users have signed in again?