-
- Downloads
[GREEN] enhance password reset flow with reset token generation and validation
Showing
- src/main/java/com/safetypin/authentication/controller/AuthenticationController.java 7 additions, 5 deletions...n/authentication/controller/AuthenticationController.java
- src/main/java/com/safetypin/authentication/dto/PasswordResetWithOTPRequest.java 2 additions, 2 deletions...typin/authentication/dto/PasswordResetWithOTPRequest.java
- src/main/java/com/safetypin/authentication/dto/ResetTokenResponse.java 15 additions, 0 deletions.../com/safetypin/authentication/dto/ResetTokenResponse.java
- src/main/java/com/safetypin/authentication/service/AuthenticationService.java 11 additions, 13 deletions...fetypin/authentication/service/AuthenticationService.java
- src/main/java/com/safetypin/authentication/service/OTPService.java 40 additions, 35 deletions...java/com/safetypin/authentication/service/OTPService.java
Loading
Please register or sign in to comment