Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Guldem Guldem released this 10 Sep 09:40
3ce6a7d

What's Changed

  • ✨ Added more oauth2 package parameters by @Guldem in #25
    • Synced oauth_chopper with auth2 package. This makes more parameters available which are supported by oauth2.
      • Be default OAuthChopper client can now also be provided with the following parameter. Which will be passed to oauth2.
        • scopes
        • basicAuth
        • delimiter
        • getParameters
      • Added newScopes & basicAuth parameters to OAuthChopper.refresh which wil be passed to oauth2
      • BREAKING: scopes has been removed from AuthorizationCodeGrant. These are now provided in the OAuthChopper client.
      • BREAKING: OAuthGrant.handle has been extended to support new parameters as optional named parameters, including secret and httpClient.

Full Changelog: v1.0.1...v1.1.0