Mike

Results 1 comments of Mike

Are you by any chance including a `client_secret` in your Google config? I had mine set up like this: ``` google: { callback_url: `[IOS SCHEME]:/google`, client_id: 'YOUR_CLIENT_ID', client_secret: 'YOUR_SECRET' }...