Installation ============= Flask_PyJWT is availabe on `PyPi `_ and can be installed with ``pip``: .. code-block:: console pip install Flask_PyJWT~=0.3 or with ``poetry``: .. code-block:: console poetry add Flask_PyJWT@^0 A python version of ^3.8 is required. Flask_PyJWT v0.x supports Flask versions ~=1.1. If you are using Flask version ^2, please use `Flask PyJWT v1.x `_ instead. If you find a bug or an issue, please create an issue on the `GitHub repository `_.