rufuspollock-okfn / dataexplorer

View, visualize, clean and process data in the browser.
http://explorer.okfnlabs.org
148 stars 47 forks source link

Reduce OAuth Access Permissions #165

Open mchelen opened 10 years ago

mchelen commented 10 years ago

Is it possible to reduce access to all of these permissions? The OAuth login through Github requests permission for user data, all public & private repos, and Gists. If the program only requires access to Gists, then removing all other permissions would be best. If it needs access to repos, then limit it to only public repos and not private.

rufuspollock commented 10 years ago

Agreed. Would you be up for putting in the PR to do this? I think we probably do want gists + public repos. In terms of user info we really only need the username I think ...