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

[JOH-53] Implement reset password endpoint #27

Merged
merged 13 commits into from
Jan 17, 2024
Merged

Conversation

Nitiwat-owen
Copy link
Member

Demo

  • success case:
Screenshot 2567-01-15 at 17 07 52
  • reset password with the same password:
Screenshot 2567-01-15 at 17 05 48
  • reset password with invalid token:
Screenshot 2567-01-15 at 17 08 23

Copy link

linear bot commented Jan 15, 2024

@@ -10,4 +10,6 @@ type Service interface {
SignOut(string) (*dto.SignOutResponse, *dto.ResponseErr)
Validate(string) (*dto.TokenPayloadAuth, *dto.ResponseErr)
RefreshToken(*dto.RefreshTokenRequest) (*dto.Credential, *dto.ResponseErr)
ForgotPassword(request *dto.ForgotPasswordRequest) (*dto.ForgotPasswordResponse, *dto.ResponseErr)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can omit request

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@Nitiwat-owen Nitiwat-owen merged commit 8674d10 into dev Jan 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants