In this video, we configure password resets for our FastAPI application using email verification. Additionally, we enforce access restrictions to ensure only users with verified accounts can log in.
#python #fastapi #apidevelopment
SOURCE CODE:
https://github.com/jod35/fastapi-beyo...
COURSE WEBSITE:
https://jod35.github.io/fastapi-beyon...
PLEASE DONATE TO THE CHANNEL THROUGH:
BUY ME A COFFEE:
https://buymeacoffee.com/jod35
PATREON:
/ jod35
You can also consider Becoming a member of this channel.
FOLLOW ME:
X:
https://x.com/jod35_
GITHUB:
http://github.com/jod35
TIMESTAMPS:
(00:00:00) Introduction
(00:05:40) Allow only verified users to access resources
(00:08:26) Implement password Reset Request
(00:16:36) Confirm password reset
(00:32:49) Conclusion