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

Implement all authentication schemes #15

Closed
jacquev6 opened this issue Mar 13, 2012 · 1 comment
Closed

Implement all authentication schemes #15

jacquev6 opened this issue Mar 13, 2012 · 1 comment
Assignees
Milestone

Comments

@jacquev6
Copy link
Member

One would want to use the API without authentication, with login+password, and with OAuth token. Let's cover these use-cases.

@ghost ghost assigned jacquev6 Mar 13, 2012
@jacquev6
Copy link
Member Author

It means that there will be three ways to create an instance of the Github class:
github = Github()
github = Github( login, password )
github = Github( oauth_token )

@jacquev6 jacquev6 added the v1 label Mar 2, 2014
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

1 participant