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