All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2022-04-24)
- user display & performance (10495c4)
2.0.0 (2022-03-16)
- add authentication bases (7ebbac2)
- add automatic model reset (ca03f8d)
- add config support (d273ce1)
- add exceptions related to auth (5681429)
- add generic lambda functional interface (e3ff0b8)
- add Jwt Session authentication (2fc944d)
- add JWT support (a8a2ea4)
- add media type constants (6653285)
- add password encoder (38bba75)
- add security user (536d996)
- add simple implementations (5fa3f41)
- add user-role-privilege seeder (4fba594)
- admin access demo (764790c)
- annotation mapping (3361a05)
- auth: add auth implementations (dbf70b5)
- configuration: web/loading implementation (4f524c3)
- crypto: add BCrypt hashing (debbe62)
- implements authentication manager (47a36b4)
- model: generic role-privilege based authorization (a2a1a39)
- mvc: user registration (ab7a765)
- repository: user-role-privilege update (de338e9)
- secure endpoints with @interface (2c1925d)
- using roles (cde34be)
- controller: i18n update (e0ed356)
- core: endpoint to lower case (ab37b64)
- empty optional (82fa91c)
- entity not found exception (4c6f640)
- filter only when match request method (2d1402b)
- i18n: utf-8 (4946d94)
- jwt: null roles (9c2ae5a)
- load controller package (fb5af99)
- print (da883b1)
- query parameter (f37842f)
- removed unnessary behaviour (009af47)
- update to recognize in token password (7d2ec21)
- wrong principal (5c4e9c1)
1.1.1 (2021-12-11)
- core: active navigation support (a591106)
- controller: 404 controller before rendering (015ef06)
- core: controller full crud endpoints (be609b5)
1.1.0 (2021-11-20)
- app: router (e78cdf2)
- bootstrap data (1e6d683)
- controller: authenthication (33f6c29)
- controller: base convenience (a07ff52)
- controller: internal methods (90fcbc8)
- controller: login (0db6d49)
- core: mvc (ff360fd)
- database: connectors (1e961a4)
- i18n: internationalization (f25388a)
- model: join models (6653916)
- model: user (4ff229b)
- mvc: login (1d57be4)
- repositories: user repo (0f420c0)
- services: controller loader (3daf0c4)
- using mvc (67cfb63)
- view: home view (61b39e5)
- view: log in (9a4c1fa)