Installation

Flask_PyJWT is availabe on PyPi and can be installed with pip:

pip install Flask_PyJWT~=0.3

or with poetry:

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.