Open raboof opened 9 years ago
When I jump to a project via a link this works fine, but it doesnt show up when enumerating all projects for a project
+1
Github recently changed how private repos are shown in the apps.
To make it appear, first check your settings -> applications, and check if the application is allowed to access that organization
@alorma I'm not sure what you mean - on https://github.com/settings/applications gh4a doesn't show up as an application, and access is not granted on a per-application basis.
Right, Octodroid uses the authorizations API to create the OAuth tokens instead of the full OAuth flow.
Yes @raboof, in that page, if you select the application (octodroid, or gh4a), you can grant acces
@maniac103 with auth api, users don't need to grant access to the applications?
@alorma Correct. This is the API we use: https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization The web flow is a bit cumbersome from a UX perspective IMHO, and the setup for different build variants to store the client secret etc. also creates more work ;)
could only be an issue with private repos, not sure. Some private repos are visible though...