mt85 / IT490-Determination

Repo for Group Determination
0 stars 0 forks source link

Create DB Message Listener Login Handler #11

Open mt85 opened 4 years ago

mt85 commented 4 years ago

Create a function for handling the login request. Password must go through password_verify($password, $hash) function before the user is valid and logged in. Must return a success or error response. Success response must include the user details minus the password (do not include password in the response)