javascript - Authenticating googleapi node library with passport -


i'm using passport google oauth, want use make api calls well. of googleapi documentation revolves around using google's own authentication library instead.

in particular, contained in auth object, seen in calednar.events.list call @ end of quickstart, , how out of passport?

https://developers.google.com/google-apps/calendar/quickstart/nodejs

you need add desired scopes access google calendar api.

-jim


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -