Skip to content

[HAPI-244] Issue with password has creating

Pre-release
Pre-release

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 28 Jun 12:24
98aba03

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 from v0.7.12 to v0.7.14 to reflect the latest release.
  • package.json: Updated the version field from 0.7.13 to 0.7.14.

Bug Fix:

  • src/services/Auth/index.js: Fixed an issue in the createHash method by ensuring the password parameter is converted to a string before hashing to prevent potential type-related errors.