0

Searching online for oauth yields various platforms and how to sign in, etc but has no resources on how to provide oauth access myself.

How would I go about building a platform allowing 3rd party access? Are there any tutorials?

Eventually I want to make a passport plugin if that helps in suggestions.

AJcodez
  • 31,780
  • 20
  • 84
  • 118

1 Answers1

0

You could use these:

OAuthorize, which is a suite of middleware for implementing an OAuth 1.0a server.

OAuth2orize for OAuth 2.0.

Ron van der Heijden
  • 14,803
  • 7
  • 58
  • 82