flask-jwt-extended
flask-jwt-extended copied to clipboard
cannot import name 'DecodeError' from 'jwt'
Traceback (most recent call last):
File "D:\practical\python-fullstack\api\jwtAuth.py", line 2, in
Am i missing something???
Sounds like you have a conflicting jwt package or file that is causing issues. Please refer to this issue to see if that resolves your problems: https://github.com/vimalloc/flask-jwt-extended/issues/456#issuecomment-955296249