Amresh Yadav
Amresh Yadav

Reputation: 13

API TOKEN AUTHENTICATION in expressJS?

https://developer.uber.com/docs/authentication

I have to access resources on behalf of an Uber users? How can I do same in ExpressJS?

Upvotes: 0

Views: 67

Answers (2)

Alexander Graebe
Alexander Graebe

Reputation: 797

You could use an API wrapper for Node, e.g. node-uber. In case you need a working sample, check out my GitHub project.

Upvotes: 1

alt-ctrl-dev
alt-ctrl-dev

Reputation: 701

You can use a package like superagent to make those request for you.

Upvotes: 0

Related Questions