Open mt85 opened 4 years ago
Create a function for handling the registration request. Password must go through password_hash($password, PASSWORD_BCRYPT) function before saving to the database. Must return a success or error response.
Create a function for handling the registration request. Password must go through password_hash($password, PASSWORD_BCRYPT) function before saving to the database. Must return a success or error response.