hyprstack
hyprstack

Reputation: 4228

Oauth2 for Node.js

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

Answers (1)

remyp
remyp

Reputation: 259

passport.js has good documentation and supports most common providers.

Upvotes: 1

Related Questions