v1.0.1
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.