Releases: globus/globus-sdk-python
Releases · globus/globus-sdk-python
v0.7.2
- Add
AuthClient.validate_token
(#172)
- Bugfix for
on_refresh
users of RefreshTokenAuthorizer
and ClientCredentialsAuthorizer
(#173)
v0.7.1
- Remove deprecated
oauth2_start_flow_*
methods (#170)
- Add the
ClientCredentialsAuthorizer
(#164)
- Add
jwt
extra install target. pip install "globus_sdk[jwt]"
installs python-jose
(#169)
v0.7.0
- Make
OAuthTokenResponse.decode_id_token()
respect ssl_verify=no
configuration (#161)
- Remove all properties of
OAuthTokenResponse
other than by_resource_server
(#162)
v0.6.0
- Opt out of the Globus Auth behavior where a
GET
of an identity username will provision that identity. (#145)
- Fixup OAuth2 PKCE to be spec-compliant. (#154)
- Wrap some
requests
network-related errors in custom exceptions. (#155)
- Add
deadline
support to TransferData
and DeleteData
. (#159)
v0.5.1
- Add support for the
prefill_named_grant
option to the Native App authorization flow (#143)
- Unicode string improvements (#129)
- Better handle unexpected error payloads (#135)