feat(auth): use argon2id as default algorithm for GenerateFromPassword
Victor Rafael suggests making argon2id the default algorithm for password hashing in Supabase Auth, citing its security advantages over bcrypt. The proposal includes using argon2id for new signups and rehashing existing bcrypt passwords upon successful login. The change leverages existing dependencies and aligns with OWASP recommendations.