Browse Source

Added decode token by PyJWT. Updated docs.

pull/12/head
Marcos Pereira 7 years ago
parent
commit
734049c2ab
  1. 4
      docs/source/conf.py
  2. 1
      docs/source/index.rst
  3. 2
      setup.py

4
docs/source/conf.py

@ -60,9 +60,9 @@ author = 'Marcos Pereira'
# built documents.
#
# The short X.Y version.
version = '0.3.1'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

1
docs/source/index.rst

@ -45,6 +45,7 @@ python-keycloak depends on:
* Python 3
* `requests <http://docs.python-requests.org/en/master/>`_
* `PyJWT <https://github.com/jpadilla/pyjwt>`_
Tests Dependencies
------------------

2
setup.py

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='python-keycloak',
version='0.3.1',
version='0.4.0',
url='https://github.com/marcospereirampj/python-keycloak',
license='GNU General Public License - V3',
author='Marcos Pereira',

Loading…
Cancel
Save