package
0.0.0-20241219230513-2dc4e316667d
Repository: https://github.com/glener10/authentication.git
Documentation: pkg.go.dev

# Functions

ChangePasswordInRecovery @Summary Change Password in recovery (You will need send a valid and not expired code with your new password) @Description Change Password in recovery by id or email @Tags user @Produce json @Security Bearer @Param find path string true "Search parameter: e-mail or id" @Param tags body user_dtos.ChangePasswordInRecoveryRequest true "ChangePasswordInRecoveryRequest" @Success 200 {object} user_dtos.UserWithoutSensitiveData @Failure 422 {object} utils_interfaces.ErrorResponse @Failure 404 {object} utils_interfaces.ErrorResponse @Failure 401 {object} utils_interfaces.ErrorResponse @Router /users/changePasswordInRecovery/{find} [patch].