PyJWT v1.6.1 Release Notes

Release Date: 2018-03-18 // about 6 years ago
  • 🛠 Fixed

    
    -  Audience parameter throws ``InvalidAudienceError`` when application
       does not specify an audience, but the token does.
       `#336 <https://github.com/jpadilla/pyjwt/pull/336>`__