You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I don't know much about how to implement OAuth2, have never done it.
Also, Bitcoin Central says they'll add simpler authentication methods so this might not be necessary right now.
I need OAuth1.0a, there is simple implementation called singpost, that should go really well with rescu, but it only handles 1.0a. Another popular OAuth client is google client libary, but it focuses on OAuth2.0 and 1.0a is in beta. There seems to be little interest in implementing OAuth2.0 so I'd go with signpost. WDYT @mmazi?
It would be useful if this library supported OAuth 2 authentication.
Bitcoin Central, soon to be Paymium has an API that requires OAuth 2 authentication. I'd like to add this to the XChange project which uses the rescu library.
It would be great to be able to use the facilities of this library, without having to replicate the functionality with an OAuth library.
The text was updated successfully, but these errors were encountered: