Skip to content

jwt.exceptions.DecodeError: It is required that you pass in a value for the "algorithms" argument when calling decode() #7

@Rq0

Description

@Rq0

I have python 3.9 and trying to set up poynt==0.0.16, but also i get pyjwt==2.6.0 from pypi by default.

And i got the issue when calling api.request(...) twice.
poynt/api.py:143

Simply fixed by doing this:
pip install "pyjwt <= 1.20.0"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions