Skip to content

Releases: tomasanchez/jpa-template

v2.1.0

24 Apr 20:14
4e41d91
Compare
Choose a tag to compare

2.1.0 (2022-04-24)

Features

  • add simple application initializer (49dddd4)
  • db: add timestamps (e79665b)

Bug Fixes

  • user display & performance (10495c4)

v2.0.0

16 Mar 23:25
Compare
Choose a tag to compare

2.0.0 (2022-03-16)

Features

  • 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)

Bug Fixes