API datebase ins't working

1 post / 0 new
smithbang
API datebase ins't working

Trying to figure out why my code isn't working to sign a user in. I have the hashed password successfully written to the database, but the issue I'm facing is with password_verify. I have my password field in the database set to "text" as the data type, with a character limit of 255. I've tested the code out and it does successfully retrieve the email, but fails to verify the password. Help would be appreciated. Thank you. I will try to post the code. For some reason, it's not letting me.