-
- Downloads
[GREEN] implement password reset flow with OTP verification
Showing
- src/main/java/com/safetypin/authentication/controller/AuthenticationController.java 42 additions, 3 deletions...n/authentication/controller/AuthenticationController.java
- src/main/java/com/safetypin/authentication/dto/PasswordResetWithOTPRequest.java 22 additions, 0 deletions...typin/authentication/dto/PasswordResetWithOTPRequest.java
- src/main/java/com/safetypin/authentication/dto/VerifyResetOTPRequest.java 29 additions, 0 deletions...m/safetypin/authentication/dto/VerifyResetOTPRequest.java
- src/main/java/com/safetypin/authentication/service/AuthenticationService.java 48 additions, 8 deletions...fetypin/authentication/service/AuthenticationService.java
- src/main/java/com/safetypin/authentication/service/OTPService.java 48 additions, 0 deletions...java/com/safetypin/authentication/service/OTPService.java
Loading
Please register or sign in to comment