Skip to content

v1.0.1

Choose a tag to compare

@coagus coagus released this 29 Apr 17:35
· 116 commits to main since this release

Description of the new fix in the release

  • Added SQL scripts for creating the roles and users tables, including primary key, foreign key, and unique constraints, as well as audit fields (created_at, updated_at).
  • Improved the Entity class in the ORM to ensure that all operations (getAll, getById, getWhere, save, delete) check for a valid JWT token or local mode before executing queries or mutations, thus strengthening security and access control in the API.