Closed thatkookooguy closed 6 years ago
resolves #297
Let me know if you want me to do something similar in the web login flow
web
basically, changed the login function to this:
var scopes = { 'add_scopes': ['user', 'repo', 'gist'], 'note': 'admin script' }; github.auth.config({ username: 'pksunkara', password: 'password' }).login(scopes, function (err, id, token, headers) { console.log(id, token); });
Yeah, please add it to the other flow too. Thanks.
resolves #297
Let me know if you want me to do something similar in the
web
login flowbasically, changed the login function to this: