kris-classes / restart

2022 Semester 2 Course Topics
10 stars 7 forks source link

Implement basic 'Forgot Password' functionality with FastAPI #4

Open krp opened 1 year ago

krp commented 1 year ago

Use SES, SNS, or Twilio to send email. Check a list of known email addresses, generate a unique token, email a link to the password reset URL, then FastAPI should handle receiving the token and validating if it's correct or not. Print whether or not the reset would've been successful.

Bugsbugme commented 1 year ago

Unable to use the email service providers, will come back to this later.