-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/hu 03 change password #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.