Override the Password Validation Logic Laravel
So I have this database that uses the same logic for the user, but there's a slight difference between the hash. Previous DB is used by bcrypt node which is slidely different so we need to make custom user provider to handle this.
While $2b$ and $2y$ are functionally equivalent