Conversation
… to change it. JwtServiceI.resetPassword methods were updated and SUser.UpdateUserPassword was added.
…for UpdateUserPassword()
…ave been transferred
SebastianLopezO
left a comment
There was a problem hiding this comment.
Introduce the "Change Password" feature by integrating secure JWT encryption and validation. Add AESEncryptionService for handling token encryption/decryption and include ResetTokenDTO to manage reset token data structure. Extend the AuthController to support password reset via JWT and secure tokens, and update filters and services to support new encryption mechanisms. This improves authentication security and user password management functionality
SebastianLopezO
left a comment
There was a problem hiding this comment.
Fix the compilation error by implementing the missing Register(UserDTO) method in the JwtService class, as required by the JwtServiceI interface. This is currently preventing the build from completing successfully. Additionally, address the mapping warnings in MUser.java and MCrop.java, where several target properties remain unmapped. These include userRole and role in MUser, and cropStatus, cropType, status, and type in MCrop. Also, take note that SecurityConfiguration.java is using a deprecated API; consider recompiling with the -Xlint:deprecation flag to review details.
No description provided.