Skip to content

v3.25.0

Compare
Choose a tag to compare
@sirosen sirosen released this 20 Jul 20:15
· 669 commits to main since this release
3.25.0

Added

  • The jwt_params argument to decode_id_token() now allows "leeway" to be included to pass a leeway parameter to pyjwt. (#790)

Fixed

  • decode_id_token() defaulted to having no tolerance for clock drift. Slight clock drift could lead to JWT claim validation errors. The new default is 0.5s which should be sufficient for most cases. (#790)

Documentation

  • New scripts in the example gallery demonstrate usage of the Globus Auth Developer APIs to List, Create, Delete, and Update Projects. (#777)