Security
Authentication & Authorization
JWT-based: Stateless authentication
Role-based: USER, ADMIN roles
Method Security: @PreAuthorize annotations
CSRF Protection: Enabled for forms
Password Encoding: BCrypt hashing
Data Validation
Last updated