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

Should be able to open private organization repos #6

Open
mikezter opened this issue Aug 24, 2010 · 4 comments
Open

Should be able to open private organization repos #6

mikezter opened this issue Aug 24, 2010 · 4 comments

Comments

@mikezter
Copy link

If i am authenticated with GitHub, i should be able to browse private organization repos.

@sr3d
Copy link
Owner

sr3d commented Aug 24, 2010

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.

@dolzenko
Copy link

Would love to use that on private repos as well!

@sr3d
Copy link
Owner

sr3d commented Aug 26, 2010

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.

@mikezter
Copy link
Author

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.

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