Skip to content

Releases: poppinss/oauth-client

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

Add urlBuilder method to oauth clients

07 Apr 15:56
Compare
Choose a tag to compare

During inheritance, the child class can use this method to return an instance of a different yet compatible class.

  • feat: add urlBuilder method to instantiate a new url builder instance 5a7a058

v1.1.0...v1.1.1

Handful of API improvements

07 Apr 13:29
Compare
Choose a tag to compare
  • improvement: allow clients to define provider urls b68ec83
  • feat: add "httpClient" method to create an instance of HttpClient 1a5899b
  • refactor: make getRedirectUrl to be a promise as well 78ab584
  • fix: remove import reference from uninstalled module 358ec41

v1.0.2...v1.1.0

Fix path to main file

07 Apr 06:54
Compare
Choose a tag to compare
  • fix: path to main file 18d5eca
  • docs(README): add .svg extension to badge icons cc238ed
  • chore: add repo details to package file 8d3455a

v1.0.1...v1.0.2

First release

07 Apr 06:12
Compare
Choose a tag to compare

Commits:

  • chore: add publishConfig to package file d8e8506
  • docs: add license file a1c8d0e
  • chore: configure husky hooks as per the new way 827e571
  • docs(README): generate toc 536dbcc
  • chore: install husky hooks afcc205
  • docs(README): generate toc fdf7c4f
  • docs(README): document motivation and api 270d4db
  • improvement: make options public 4e055ea
  • docs(README): update badges urls 4e93168

Commit Range:
c6c94b4...master

Registry:
https://registry.npmjs.org/