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

[Backend] Define swagger contract and create back implementation for Reset Password #24

Open
brauliodiez opened this issue Jan 10, 2025 · 0 comments · May be fixed by #30
Open

[Backend] Define swagger contract and create back implementation for Reset Password #24

brauliodiez opened this issue Jan 10, 2025 · 0 comments · May be fixed by #30
Assignees
Labels

Comments

@brauliodiez
Copy link
Member

brauliodiez commented Jan 10, 2025

This end point should:

  • Receive an userId as input param.
  • Create a new temporary password
  • Return then new password.

Steps:

  • Define the swagger contract.
  • Implement the node solution.
  • Implement the mock server solution

TODO: Once we have the login implemented we will perform a check if the user is Admin and has permission to peform this operation (define a separate case for this).

Ask @manudous about this

@brauliodiez brauliodiez changed the title Define swagger contract and create back implementation for Reset Password [Backend] Define swagger contract and create back implementation for Reset Password Jan 10, 2025
@brauliodiez brauliodiez added this to GEX Jan 10, 2025
@brauliodiez brauliodiez moved this to Backlog in GEX Jan 10, 2025
@manudous manudous assigned manudous and patrixampm and unassigned manudous and patrixampm Jan 14, 2025
@patrixampm patrixampm linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

3 participants