summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2017-10-18 10:10:38 -0400
committerGitHub <noreply@github.com>2017-10-18 10:10:38 -0400
commit4fdca6e642edce57ef1cb094eacfa162c526a7d7 (patch)
treed984ffee165177462f7db2c864b325058c30653f
parent72bb76cb343bb6d0f40fcd0d136898b8ba08c323 (diff)
downloadpyjwt-4fdca6e642edce57ef1cb094eacfa162c526a7d7.tar.gz
Add Auth0 sponsor banner
-rw-r--r--README.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1a7f93b..c1c1c84 100644
--- a/README.rst
+++ b/README.rst
@@ -16,9 +16,16 @@ PyJWT
.. image:: https://readthedocs.org/projects/pyjwt/badge/?version=latest
:target: https://pyjwt.readthedocs.io
-A Python implementation of `RFC
-7519 <https://tools.ietf.org/html/rfc7519>`_. Original implementation
-was written by `@progrium <https://github.com/progrium>`_.
+A Python implementation of `RFC 7519 <https://tools.ietf.org/html/rfc7519>`_. Original implementation was written by `@progrium <https://github.com/progrium>`_.
+
+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
Installing
----------