DEV Community

Discussion on: Flask Rest API -Part:4- Exception Handling

Collapse
 
birkmarcus profile image
Birk Marcus

Hi. Great articles. Cant wait till you make a frontend implementation series (as promised in ;) )
How come you havn't made a "ExpiredTokenError" in errors.py when it's raised in reset_password.py?

Collapse
 
paurakhsharma profile image
Paurakh Sharma Humagain

Oh yeah, I forgot about that promise ;)
Hopefully, I can start the frontend series soon. Before that, I want to make some improvements to this backend like adding images.

About ExpiredTokenError that's a mistake, I should add ExpiredTokenError in errors.py as well.