These routes belong are responsible for password resets.
| Method | URI | Authentication |
|---|---|---|
POST |
/forgot-password |
false |
| Method | URI | Authentication |
|---|---|---|
GET |
/forgot-password |
false |
| Method | URI | Authentication |
|---|---|---|
POST |
/reset/{token} |
false |
| Method | URI | Authentication |
|---|---|---|
GET |
/reset/{token} |
false |