FusionAuth / fusionauth-python-client

FusionAuth Python Client
https://fusionauth.io
Apache License 2.0
24 stars 12 forks source link

Fix for validate_jwt method #2

Closed priyolahiri closed 5 years ago

priyolahiri commented 5 years ago

Changing "_jwt" to "JWT "

tyduptyler13 commented 5 years ago

Hi, thank you for letting us know about this issue. Our client libraries are constructed via a template system and thus we have to fix the problem in the template or else the code will just get overwritten in the future. I created a change that globally fixes this issue for python. (There were 4 instances of the problem)

I am going to close this issue because my change to our client builder fixes the problem. Thanks again for your help finding this problem!