You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
agustintosco
changed the title
Feature: implementar endpoint para password olvidado utilizando servicio de mail
Feature: agregar mail service para password olvidado
Jan 21, 2022
Debe seguirse la lógica desarrollada en MailerService.drawio.
The text was updated successfully, but these errors were encountered: