Ian Watts

Results 1 issues of Ian Watts

## Code below needs to also pass in config.client_id as it is mandatory ``` app.get('/github/auth', function(req,res){ // redirect the user to github authorization url return res.redirect(config.authorize_url); }); ``` I have...