DEV Community

Discussion on: Flask Rest API -Part:6- Testing REST APIs

Collapse
 
birkmarcus profile image
Birk Marcus

Thank you for this article. I've enjoyed typing along.
This is a perfect skeleton for an API I'm working on.

Would you say that the authentication and security of this setup is production ready?

Thanks again

Collapse
 
paurakhsharma profile image
Paurakh Sharma Humagain

This article was intended for teaching people how to build Rest API with Flask.

I wouldn't say this is production ready because there are some unhandled exceptions,
that I skipped for the simplicity of the series.