PyJWT v1.1.0 Release Notes

  • โž• Added

    
    - ๐Ÿ‘  Added support for PS256, PS384, and PS512 algorithms.
       `#132 <https://github.com/jpadilla/pyjwt/pull/132>`__
    -  Added flexible and complete verification options during decode.
       `#131 <https://github.com/jpadilla/pyjwt/pull/131>`__
    -  Added this CHANGELOG.md file.
    
    ๐Ÿ—„ Deprecated
    
    • ๐Ÿ—„ Deprecated usage of the .decode(..., verify=False) parameter.

    ๐Ÿ›  Fixed

    
    - ๐Ÿ›   Fixed command line encoding.
       `#128 <https://github.com/jpadilla/pyjwt/pull/128>`__