Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth 2 support would be nice #35

Open
pilotniq opened this issue Jun 16, 2014 · 3 comments
Open

OAuth 2 support would be nice #35

pilotniq opened this issue Jun 16, 2014 · 3 comments

Comments

@pilotniq
Copy link

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.

@mmazi
Copy link
Owner

mmazi commented Jun 18, 2014

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.

On hold for now.

@rafalkrupinski
Copy link
Contributor

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?

@mmazi mmazi mentioned this issue Oct 9, 2015
@mmazi
Copy link
Owner

mmazi commented Oct 9, 2015

Moved the OAuth1.0a discussion to #69 .

Repository owner deleted a comment Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants