Releases: DutchCodingCompany/oauth_chopper
Releases · DutchCodingCompany/oauth_chopper
v1.1.1
v1.1.0
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
OAuthChopperclient can now also be provided with the following parameter. Which will be passed to oauth2.scopesbasicAuthdelimitergetParameters
- Added
newScopes&basicAuthparameters toOAuthChopper.refreshwhich wil be passed to oauth2 - BREAKING:
scopeshas been removed fromAuthorizationCodeGrant. These are now provided in theOAuthChopperclient. - BREAKING:
OAuthGrant.handlehas been extended to support new parameters as optional named parameters,includingsecret andhttpClient.
- Be default
- Synced oauth_chopper with auth2 package. This makes more parameters available which are supported by oauth2.
Full Changelog: v1.0.1...v1.1.0
Release v1.0.1
v1.0.0
v0.4.0
Release 0.3.0
Fixed issues where credentials where cleared when refreshing token failed on other errors than authorization errors.