thatemilio / node-coinbase-api

node.js wrapper for the Coinbase API
http://thatemilio.github.io/node-coinbase-api
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

Authenticate with OAuth2? #3

Open mardlin opened 10 years ago

mardlin commented 10 years ago

Any plans to create tools enabling individual users to authenticate with OAuth2?

https://www.coinbase.com/docs/api/authentication

thatemilio commented 10 years ago

I'm not sure just yet, I never really intended for the scope of this package to handle multiple accounts. But I'll begin investigating a strategy in a few hours and let you know my findings.

thatemilio commented 10 years ago

Sorry about the delay. After reviewing the documentation, I'm of the opinion that creating a separate package for OAuth2 users would be a better move than bundling route endpoints within this one.

Do you agree?