Demonware / jose

Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)
BSD 3-Clause "New" or "Revised" License
95 stars 34 forks source link

decrypt syntax? #27

Open SumNeuron opened 5 years ago

SumNeuron commented 5 years ago

File "/usr/local/lib/python3.6/site-packages/jose.py", line 546 print decrypt(deserialize_compact(jwt), {'k':key}, ^ SyntaxError: invalid syntax

lucasmafra commented 5 years ago

Same here!

wjia7 commented 5 years ago

pip3 install python-jose worked for me

kbakande commented 3 years ago

pip3 install python-jose worked for me

This works for me.

Keegan-y commented 3 years ago

pip3 install python-joseworked for me Thanks a lot. @lucasmafra @wjia7 @kbakande

toikade commented 1 year ago

@wjia7 till today it still helps. thanks

jahongir0922 commented 1 year ago

pip3 install python-jose worked for me Thanks a lot.

Amity808 commented 1 year ago

My own still not working

linpan commented 1 year ago

::eys