expressjs-oauth icon indicating copy to clipboard operation
expressjs-oauth copied to clipboard

A basic implementation of auth & acl in expressjs/nodejs using mongoose and mongoose-auth.

To install

git clone https://github.com/scottkf/expressjs-oauth.git
cd expressjs-oauth
npm install
node app.js

Further instructions

http://tesoriere.com/2011/10/10/node.js-getting-oauth-up-and-working-using-express.js-and-railway.js/