Closed SvenTo closed 5 years ago
maybe add "pip3 install pyjwt" to the installation guide, otherwise dependency is missing.
pyjwt is part of the requirements.txt
and should be installed like this:
pip install -r requirements.txt
Added an installation hint in 8b5285f32d92727016c9f0ac621ddbd631662939, currently only in the develop branch. Will be moved to master with next minor release.
While pyjwt is part of the dependencies the actual implementation ( https://github.com/takeshixx/deen/blob/2d14861208c4c4a49aa1b74c7e1a85b68e150e3f/deen/plugins/codecs/jwt.py#L12 ) is using jose which is missing in the requirements.txt.
Updated dependencies in a6e5122c4c5266511d051dffb9afaf729309c5b8 and added an extra hint for optional dependencies that might have to be installed via package managers. Also splitted requirements for Python 2 and 3 because PyQt is only installable via pip on Python >3.5.
v2.0.0b1 implements JWT, but there are limitations due to bugs in the used JWT module:
Please add support for Json Web Token: https://pyjwt.readthedocs.io/en/latest/