Accounts-github scope

Hi

Using accounts-github I want to ask for more permissions than the default one (no scope) since I want to use the users Github account. How can I ask for more scope rights when using accounts-github?

https://developer.github.com/v3/oauth/#scopes

Hey @benjick,
see requestPermissions of Accounts.loginWith 's options

This is how I’m using it for autopublish.meteor.com

Thank you! Looks really clean!