Skip to content
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

Forgot Password Implementation - BE #486

Merged
merged 8 commits into from
Oct 23, 2023
Merged

Forgot Password Implementation - BE #486

merged 8 commits into from
Oct 23, 2023

Conversation

UnalDeniz
Copy link
Contributor

Implementation of forgot-password and verify-reset-code endpoints. forgot-password generates a reset code that will be used to check the authentication of the user when given to verify-reset-code. If the reset code is correct a token will be generated and returned.

# Conflicts:
#	app/backend/pom.xml
#	app/backend/src/main/java/com/app/gamereview/controller/AuthController.java
#	app/backend/src/main/java/com/app/gamereview/controller/UserController.java
#	app/backend/src/main/java/com/app/gamereview/repository/UserRepository.java
#	app/backend/src/main/java/com/app/gamereview/service/UserService.java
#	app/backend/src/main/resources/.env.example
#	app/backend/src/main/resources/application.properties
@UnalDeniz UnalDeniz added Priority: High Issues that require immediate attention and should be addressed as soon as possible. Type: Feature Issues related to adding new features or functionality to the project. Status: In Review Issues that are waiting for review and approval from others. Team: Backend Issues related to backend team labels Oct 22, 2023
@UnalDeniz UnalDeniz requested a review from canuzdrn October 22, 2023 19:42
@UnalDeniz UnalDeniz self-assigned this Oct 22, 2023
@UnalDeniz UnalDeniz linked an issue Oct 22, 2023 that may be closed by this pull request
@UnalDeniz UnalDeniz added this to the 1st Milestone milestone Oct 22, 2023
@UnalDeniz UnalDeniz changed the title Forgot password Forgot Password Implementation - BE Oct 22, 2023
@UnalDeniz UnalDeniz requested review from halisbal and removed request for canuzdrn October 23, 2023 13:15
@halisbal halisbal merged commit 68a5757 into main Oct 23, 2023
@halisbal
Copy link
Contributor

I reviewed the work, checked and tested the endpoints. Everything works as supposed to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Issues that require immediate attention and should be addressed as soon as possible. Status: In Review Issues that are waiting for review and approval from others. Team: Backend Issues related to backend team Type: Feature Issues related to adding new features or functionality to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Forgot Password Endpoints
3 participants