jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5k stars 675 forks source link

Complete decode() and encode() types in documentation #888

Closed francoisfreitag closed 12 months ago

francoisfreitag commented 1 year ago

The secret can be bytes or a public (resp. private) key.