Skip to content

Releases: crowdsourcedtesting/leantesting-python

v2.0

21 Feb 07:55

Choose a tag to compare

Important change:

  • client.auth.exchangeAuthCode(...) will now return full dict of token information instead of just the access_token key.

Returned example:

{
    'access_token': 'e72e2116c7e4292c6912e7710c838347ae178bza',
    'token_type'  : 'bearer',
    'expires_in'  : 5184000
}

Base authorization path updates

15 Sep 16:54

Choose a tag to compare