·
58 commits
to dev
since this release
Added
- Security: Added a secret key requirement to both password hashing and verification functions for enhanced security.
- Testing: Added comprehensive unit tests for
encodinghelpers,Passwordutilities, andJWThandling.
Fixed
- Database: Fixed a logical operator bug in the query builder where
ORwas incorrectly used instead ofANDwhen constructingWHEREclauses.