Releases: poppinss/oauth-client
Releases · poppinss/oauth-client
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
Add urlBuilder method to oauth clients
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
Handful of API improvements
Fix path to main file
First release
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/