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 toOAuthChopper.refresh
which wil be passed to oauth2 - BREAKING:
scopes
has been removed fromAuthorizationCodeGrant
. These are now provided in theOAuthChopper
client. - BREAKING:
OAuthGrant.handle
has been extended to support new parameters as optional named parameters,including
secret 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