Releases: poppinss/oauth-client
Releases · poppinss/oauth-client
Update dependencies
- chore: update dependencies ea29492
Update dependencies
- chore: update dependencies fb3de06
Drop support for Node < 16
Full Changelog: v3.0.1...v4.0.0
Update dependencies
- chore: update dependencies b0ba3a6
Update luxon to v2
Luxon v2 has breaking changes. https://moment.github.io/luxon/#/upgrading
- chore: update dependencies f13e032
update dependencies
update dependencies
- chore: update dependencies 2889f0a
Improvements to makeSignedRequest method
- refactor: improve makeSignedRequest method to generic usecases afc4ec8
Making a few method protected
- refactor: make getSignature and makeSignedRequest methods protected 815cbbf
Changes to the Oauth1Client.getAccessToken method
-
The
Oauth1ClientConfig
doesn't accept theoauthToken
andoauthTokenSecret
properties anymore. -
The
getAccessToken
method instead accepts an object withtoken
andsecret
values. Same as the values you defined in the config earlier -
Finally removed the
client.child
method that uses to create a child instance of the client -
refactor: accept "requestToken.token" and "requestToken.secret" at the time of generating access token 9bcc161