I'm constructing an api in python with Flask(python package) and i wanna add some security headers in this api, in nodejs(express) i usually use the helmet package. Some on know a package like helmet in python?
I'm constructing an api in python with Flask(python package) and i wanna add some security headers in this api, in nodejs(express) i usually use the helmet package. Some on know a package like helmet in python?