Skip to content

@rozumari/api@0.0.3

Latest

Choose a tag to compare

@tiesen243 tiesen243 released this 16 Jul 17:01
· 58 commits to dev since this release
cb42418

Added

  • Security: Added a secret key requirement to both password hashing and verification functions for enhanced security.
  • Testing: Added comprehensive unit tests for encoding helpers, Password utilities, and JWT handling.

Fixed

  • Database: Fixed a logical operator bug in the query builder where OR was incorrectly used instead of AND when constructing WHERE clauses.