Skip to content

Releases: poppinss/oauth-client

Update dependencies

04 Apr 11:22
Compare
Choose a tag to compare
  • chore: update dependencies ea29492

v4.0.1...v4.0.2

Update dependencies

22 Feb 06:33
Compare
Choose a tag to compare
  • chore: update dependencies fb3de06

v4.0.0...v4.0.1

Drop support for Node < 16

17 Dec 08:29
Compare
Choose a tag to compare
  • refactor: reorganize meta config 1bd5046
  • chore: update dependencies 14116ad

Full Changelog: v3.0.1...v4.0.0

Update dependencies

30 Aug 05:26
Compare
Choose a tag to compare
  • chore: update dependencies b0ba3a6

v3.0.0...v3.0.1

Update luxon to v2

19 Jul 06:49
Compare
Choose a tag to compare

Luxon v2 has breaking changes. https://moment.github.io/luxon/#/upgrading

  • chore: update dependencies f13e032

v2.0.4...v3.0.0

update dependencies

31 May 04:09
Compare
Choose a tag to compare
  • chore: remove package-lock.json file e6e7443
  • ci: use github actions and remove circleci 6de1426
  • chore: update dependencies e090422

v2.0.3...v2.0.4

update dependencies

04 May 17:37
Compare
Choose a tag to compare
  • chore: update dependencies 2889f0a

v2.0.2...v2.0.3

Improvements to makeSignedRequest method

08 Apr 09:05
Compare
Choose a tag to compare
  • refactor: improve makeSignedRequest method to generic usecases afc4ec8

v2.0.1...v2.0.2

Making a few method protected

08 Apr 07:15
Compare
Choose a tag to compare
  • refactor: make getSignature and makeSignedRequest methods protected 815cbbf

v2.0.0...v2.0.1

Changes to the Oauth1Client.getAccessToken method

08 Apr 04:45
Compare
Choose a tag to compare
  • The Oauth1ClientConfig doesn't accept the oauthToken and oauthTokenSecret properties anymore.

  • The getAccessToken method instead accepts an object with token and secret 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

v1.1.1...v2.0.0