|
1 | 1 | #Forgot/Reset Passwords in Golang with SMTP HTML Email
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 | This article will teach you how to add a secure forgot/reset password feature to a Golang RESTful API application. We will generate the HTML Email templates with the standard Golang template package and send them via SMTP with the Gomail package.
|
6 | 4 |
|
| 5 | + |
| 6 | + |
7 | 7 | ##Topics Covered
|
8 | 8 |
|
9 | 9 | - Forgot Password and Password Reset Flow
|
|