-
Notifications
You must be signed in to change notification settings - Fork 10
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
Should be able to open private organization repos #6
Comments
I'm using the public Github API and haven't tried accessing private repos. I'll see if I can add authentication to GHFinder to grab private repo. However, I'm not sure if GHFinder can use your authenticated session (since it'd be like stealing your credentials) to get the repo data. |
Would love to use that on private repos as well! |
http://support.github.com/discussions/api/90-api-to-access-private-repo Based on this ticket, using the current public JavaScript API, GFH won't be able to pull private repository. Probably the calls need to be done through the proxy to add the appropriate authorization. I'll take a look into using OAuth with the proxy script to see if there's a solution to private repository. |
If you would be able to get the data needed by parsing the HTML it would be possible to implement the app as a browser extension. |
If i am authenticated with GitHub, i should be able to browse private organization repos.
The text was updated successfully, but these errors were encountered: