passport-google-plus-token icon indicating copy to clipboard operation
passport-google-plus-token copied to clipboard

Google API multiple credentials

Open seonixx opened this issue 8 years ago • 1 comments
trafficstars

I might be missing something here, but with the Google API you're going to have credentials for each application type (web application, iOS, android) but we can only specify one here.

Assuming this is a fairly common situation (multiple creds needing to access the same endpoint), how can we implement multiple credentials or whitelisting with this strategy? Any suggestions?

seonixx avatar Feb 06 '17 17:02 seonixx

@seonixx you can try make requests without specifying credentials in passport strategy configuration. I'm not sure, but might work.

ghaiklor avatar Mar 03 '17 08:03 ghaiklor