Reputation: 4228
I find myself in need of a Oauth2
library for node.js
. Could someone share their opinion on which library is best and most simple to use or can I perform the request without a library? I need it to perform a single request.
Upvotes: 0
Views: 115
Reputation: 259
passport.js has good documentation and supports most common providers.
Upvotes: 1