Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Node OAuth Server Implementation [closed]

Tags:

node.js

oauth

I only found the oauth client library for nodejs. Does anybody know where I can find a server implementation?

Thanks,
Hao.

like image 374
agate Avatar asked Jul 25 '11 21:07

agate


1 Answers

I've just released OAuthorize, which is a suite of middleware for implementing an OAuth 1.0a server. It is highly modular, letting you tune it to meet your requirements. It integrates seamlessly with Passport for authentication, using passport-http-oauth to protect APIs using access tokens.

Update: OAuth2orize is now available. It follows similar patterns, but implements support for OAuth 2.0.

like image 80
Jared Hanson Avatar answered Sep 19 '22 08:09

Jared Hanson