mt85 / IT490-Determination

Repo for Group Determination
0 stars 0 forks source link

Create DB Message Receiver Registration Handler #10

Open mt85 opened 4 years ago

mt85 commented 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.