Python web security programming API

Is there a secure API that can help protect against attacks such as XSS, CSRF, etc. by providing encoders, token support, etc.? for python that can be used with google engine?

I do not want to reinvent the wheel, coding it again if it is already there.

+5
source share

All Articles