Hello community,
I'm actively building a mobile application. When it comes to make login, I got a problem that I couldn't understand:
The passwords stored in database with hashing methods. I checked all files that checking password true or false but I didn't get the point. how can I check with sql query from database the matched password? Maybe I don't have enough knowlegde in this case.
Simply; I have to get the password from database and check match with post request. But confused about checking method on Q2A passcheck method. If anyone can give me solution, I will be appreciated.
Thank you.