Supabase Auth already supports verifying argon2id hashes (PR #1597), but GenerateFromPassword still defaults to bcrypt. Request: make argon2id the default for all newly-created password hashes.
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.