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 support #2

Open
jameswilson opened this issue May 3, 2012 · 1 comment
Open

OAuth support #2

jameswilson opened this issue May 3, 2012 · 1 comment

Comments

@jameswilson
Copy link

Is this truly Github v3 API support?

Based on the code in the github.php class, it looks like this is just using v2 basic authentication with the user and v2 token password.

V3 of the Github api has dropped support for token based authentication.

See the blog post for more info.

@acoulton
Copy link
Owner

acoulton commented May 3, 2012

It will be, but it's been on hold for a while and will be a while longer, probably. I started the library while the github v3 API was in beta, and before they dropped HTTP basic auth altogether. It does support authentication with an OAuth token - see the test case at https://github.com/acoulton/github_v3_api/blob/develop/tests/Github/APITest.php#L297 but I haven't yet implemented either the Authorizations API or the browser-based flow.

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

2 participants