Metadata-Version: 2.1
Name: Flask-AntiJs
Version: 0.0.1
Summary: An extension to check 'undefined' JS values
Home-page: https://github.com/michaelbukachi/flask-antijs
Author: Michael Bukachi
Author-email: michaelbukachi@gmail.com
License: BSD
Keywords: flask antijs
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Flask


Flask-AntiJs
-------------

Flask-AntiJs is a Flask extension the protects endpoints against
'undefined' javascript values by checking the URL, query params and payloads
and return a 400 (Bad request) response.


