Skip to content

Releases: DutchCodingCompany/oauth_chopper

v1.1.0

10 Sep 09:40
3ce6a7d
Compare
Choose a tag to compare

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

Release v1.0.1

16 Aug 10:15
f593462
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 May 09:55
6277c30
Compare
Choose a tag to compare
  • Updated chopper to v8.0.0
  • BREAKING Removed oauth_chopper authenticator. Now only the interceptor is needed.

v0.4.0

15 Mar 09:53
a84c139
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Release 0.3.0

03 Oct 08:13
22fa6f5
Compare
Choose a tag to compare

Fixed issues where credentials where cleared when refreshing token failed on other errors than authorization errors.

v0.2.0

16 Aug 07:33
70002e9
Compare
Choose a tag to compare
  • Updated dependencies
  • Replaced mockito with mocktail