include-davis / Include-CMS

In-house CMS system for future clients to use and deploy for free
MIT License
1 stars 1 forks source link

verifyLogin and comparePasswordHash implemented. Bcrypt installed to … #65

Closed CesarAndrade007 closed 3 months ago

CesarAndrade007 commented 3 months ago

The verifyLogin function has been implemented, but it's not fully functional until the schema for the user has been established. In addition, the helper function getUserByEmail also needs to be implemented. Besides this, all other specifications for the verifyLogin function have been met. Please let me know if anything needs to be changed.