summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2017-10-18 10:11:48 -0400
committerGitHub <noreply@github.com>2017-10-18 10:11:48 -0400
commit45d1b4b196ce23009480c32efff0fff4c2a7b2ca (patch)
treed93e3c49b877240c8b1dab15538d2d38a46d7819
parent4fdca6e642edce57ef1cb094eacfa162c526a7d7 (diff)
downloadpyjwt-45d1b4b196ce23009480c32efff0fff4c2a7b2ca.tar.gz
Add Auth0 sponsor banner
-rw-r--r--docs/index.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 8e96c0f..cad6221 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,6 +5,15 @@ Welcome to ``PyJWT``
Tokens (JWT). JWT is an open, industry-standard (`RFC 7519`_) for representing
claims securely between two parties.
+Sponsor
+-------
+
++--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| |auth0-logo| | If you want to quickly add secure token-based authentication to Python projects, feel free to check Auth0's Python SDK and free plan at `auth0.com/overview <https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=pyjwt&utm_content=auth>`_. |
++--------------+-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+
+.. |auth0-logo| image:: https://user-images.githubusercontent.com/83319/31722733-de95bbde-b3ea-11e7-96bf-4f4e8f915588.png
+
Installation
------------
You can install ``pyjwt`` with ``pip``: