summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPapavassiliou Vassilis <vpapavasil@gmail.com>2017-01-05 16:47:18 +0200
committerGitHub <noreply@github.com>2017-01-05 16:47:18 +0200
commit3f994d990e4fc099f2c8c143be93ee897c59dbd2 (patch)
tree90200f09af6137e57fe9618aec96fd68f38c9d4e /docs
parent1f4eb3de65eaa1a237a17b0062dddf241e49e2e2 (diff)
downloadbottle-3f994d990e4fc099f2c8c143be93ee897c59dbd2.tar.gz
Added to new Plugins
- bottle-jwt: JSON Web Token authentication plugin for bottle.py - bottle-smart-filters: Bottle Querystring smart guessing.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst
index 33721dd..a1b781e 100644
--- a/docs/plugins/index.rst
+++ b/docs/plugins/index.rst
@@ -53,5 +53,13 @@ Have a look at :ref:`plugins` for general questions about plugins (installation,
`Bottle-Werkzeug <http://pypi.python.org/pypi/bottle-werkzeug/>`_
Integrates the `werkzeug` library (alternative request and response objects, advanced debugging middleware and more).
+`bottle-smart-filters <https://github.com/agile4you/bottle-smart-filters/>`_
+ Bottle Querystring smart guessing.
+
+`bottle-jwt <https://github.com/agile4you/bottle-jwt/>`_
+ JSON Web Token authentication plugin for bottle.py
+
+
+
Plugins listed here are not part of Bottle or the Bottle project, but developed and maintained by third parties.