pipedrive / client-nodejs

Pipedrive API client for NodeJS
MIT License
205 stars 82 forks source link

OAuth 2.0 support #78

Closed wyattbenno777 closed 4 years ago

wyattbenno777 commented 6 years ago

Hello.

Does this support oauth tokens instead of api token? Pipedrive only allows marketing support for projects that use the oauth token.

If this exists can it be added into the docs??

kmuenze commented 6 years ago

yes - this would be very helpful. It looks like Oauth is not implemented based on: https://github.com/pipedrive/client-nodejs/blob/master/lib/Pipedrive.js

Are you guys planning on implementing Oauth?

If so any ideas on an eta?

kmuenze commented 6 years ago

Found the pull request: https://github.com/pipedrive/client-nodejs/pull/71

Looks like it is close!

kmuenze commented 5 years ago

Is this going to get released?

tot-ra commented 5 years ago

@kmuenze pending on @ziimk & co. Team was considering more focus on it, but no ETA or roadmap clear yet.

kmuenze commented 5 years ago

@tot-ra That is unfortunate. Maybe you could fork the code and then people could use that instead. It looks like dev on the official library has basically stopped.

eerootsus commented 4 years ago

I have tweaked https://github.com/pipedrive/client-nodejs/pull/71 code a bit and once the author approves and merges, I believe we can merge into here as well.

ziimk commented 4 years ago

Resolved by https://github.com/pipedrive/client-nodejs/pull/109