passport-google-plus-token
passport-google-plus-token copied to clipboard
Google API multiple credentials
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 you can try make requests without specifying credentials in passport strategy configuration. I'm not sure, but might work.