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

Feature: agregar mail service para password olvidado #249

Open
agustintosco opened this issue Jan 21, 2022 · 0 comments
Open

Feature: agregar mail service para password olvidado #249

agustintosco opened this issue Jan 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@agustintosco
Copy link
Contributor

agustintosco commented Jan 21, 2022

Debe seguirse la lógica desarrollada en MailerService.drawio.

  • Crear endpoint para enviar email para restablecer password olivdado. Podría ser /users/forgotten-password.
  • El transaction es generado en base al email, debe ser diferente al de log in, se deben crear nuevas constantes similares a las creadas para el log in.
  • Crear endpoint para el envío de nuevo password y confirmación de nuevo password.
  • Chequear que transaction sea válido y no haya expirado (24hs de validez).
  • Recordar que el nuevo password debe hashearse.
  • Registrar cambios en la DB.
@agustintosco agustintosco changed the title Feature: implementar endpoint para password olvidado utilizando servicio de mail Feature: agregar mail service para password olvidado Jan 21, 2022
@agustintosco agustintosco added the enhancement New feature or request label Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants