-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add on Catalog
CryptoManiac edited this page Feb 5, 2018
·
52 revisions
Please include your Falcon add-on in the list below. Thanks!
This list is only meant as a starting point; you may wish to search PyPI directly for additional packages. Though not required, PyPI projects whose name starts with falcon- are considered add-ons.
-
AuthN/Z
- falcon-oauth Oauth support
- falcon-cors CORS management
- falcon-jwt-checker JSON Web Token Checking
- falcon-auth Authentication Middleware + JWT/Basic/Token/Multi authentication Backends.
- falcon-policy Role-based security policy middleware
-
Serialization and Validation
- falcon-jsonify Middleware component to serialize/deserialize JSON with built-in input validation
- falconjsonio JSON-Schema input and output for Falcon
- falcon_json Falcon JSON helpers
- falcon-multipart Parse multipart/form-data in Falcon
- stoplight Input validation with support for Falcon and other frameworks
- falguard Requests validation against OpenAPI (Swagger) schema
-
API Specification
- py2swagger OpenAPI specification generator
-
Other
- falcon-resource-factory Handle requests for a single item as well as multiple items
- pytest-falcon Pytest utils for Falcon
- pytest-falcon-fixtures Pytest fixtures for Falcon Framework
- falcon-require-https Middleware to require HTTPS
- falcon-sslify Middleware to redirect HTTP to HTTPS