summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-01-02 17:00:03 +0100
committerOmer Katz <omer.drow@gmail.com>2018-01-02 18:00:03 +0200
commit66d7296229122536163beabcc9552a0d8debbf60 (patch)
treec767e3a7b300aa695feacae807c757a5e51851cc /README.rst
parentcfb82feb03fcd60b3b66ac09bf1b478cd5f11b7d (diff)
downloadoauthlib-66d7296229122536163beabcc9552a0d8debbf60.tar.gz
Added bottle-oauthlib (#509)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index eb85ffa..656d72c 100644
--- a/README.rst
+++ b/README.rst
@@ -56,6 +56,7 @@ The following packages provide OAuth support using OAuthLib.
- For Django there is `django-oauth-toolkit`_, which includes `Django REST framework`_ support.
- For Flask there is `flask-oauthlib`_ and `Flask-Dance`_.
- For Pyramid there is `pyramid-oauthlib`_.
+- For Bottle there is `bottle-oauthlib`_.
If you have written an OAuthLib package that supports your favorite framework,
please open a Pull Request, updating the documentation.
@@ -65,6 +66,7 @@ please open a Pull Request, updating the documentation.
.. _`Django REST framework`: http://django-rest-framework.org
.. _`Flask-Dance`: https://github.com/singingwolfboy/flask-dance
.. _`pyramid-oauthlib`: https://github.com/tilgovi/pyramid-oauthlib
+.. _`bottle-oauthlib`: https://github.com/thomsonreuters/bottle-oauthlib
Using OAuthLib? Please get in touch!
------------------------------------