PyJWT v1.2.0 Release Notes

  • ๐Ÿ›  Fixed

    
    -  Added back ``verify_expiration=`` argument to ``jwt.decode()`` that
       was erroneously removed in
       `v1.1.0 <https://github.com/jpadilla/pyjwt/compare/1.0.1...1.1.0>`__.
    
    ๐Ÿ”„ Changed
    
    • ๐Ÿ”จ Refactored JWS-specific logic out of PyJWT and into PyJWS superclass. #141 <https://github.com/jpadilla/pyjwt/pull/141>__

    ๐Ÿ—„ Deprecated

    
    - ๐Ÿ—„  ``verify_expiration=`` argument to ``jwt.decode()`` is now deprecated
       and will be removed in a future version. Use the ``option=`` argument
       instead.