Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Releases: crowdsourcedtesting/leantesting-ruby

v2.0

21 Feb 08:32
Compare
Choose a tag to compare

Important change:

  • client.auth.exchangeAuthCode(...) will now return full collection 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:55
Compare
Choose a tag to compare