[HAPI-244] Issue with password has creating
Pre-release
Pre-release
HAPI-244 Description
This pull request includes version updates and a bug fix in the AuthService class. The version updates reflect the new release of the framework, while the bug fix ensures proper handling of the password parameter during hashing.
Version Updates:
README.md: Updated the version number in the title fromv0.7.12tov0.7.14to reflect the latest release.package.json: Updated the version field from0.7.13to0.7.14.
Bug Fix:
src/services/Auth/index.js: Fixed an issue in thecreateHashmethod by ensuring thepasswordparameter is converted to a string before hashing to prevent potential type-related errors.