JhuneAlfred

Results 2 comments of JhuneAlfred

Here is the keys.js file: ``` module.export = { googleClientID: 'xxxxxx', googleClientSecret: 'xxxxxxx' } ``` and below is the index.js ```const express = require('express') const passport = require('passport') const GoogleStrategy...

I placed the ID and Secret directly within the index.js file and issue is resolved. I just need to figure out why it's not reading the values in the keys.js.