I have no idea where to start (even where to start searching). I have to make request from Node.js server to another server with oAuth2 authentication. Could anyone give me some clue?
Asked
Active
Viewed 745 times
0
-
you can try `request` (https://www.npmjs.org/package/request) for server-to-server communications, – vedi Aug 23 '14 at 04:54
-
Thanks but I've foind the solution :-) – Łukasz Jagodziński Aug 23 '14 at 07:34
1 Answers
0
If anyone have problem with server-to-server communication (Meteor.js server to Google server) using OAuth 2.0 checkout library I've created https://github.com/jagi/meteor-google-oauth-jwt. It makes calling Google REST API from Meteor.js server much simpler.

Łukasz Jagodziński
- 3,009
- 2
- 25
- 33