Skip to content

Commit

Permalink
Updated README to incorporate everyauth relationship.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Apr 12, 2011
1 parent ee2bb5f commit b66ce18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,11 @@ mongoose-auth does 3 things:
3. (optional) Dynamic helpers for
(express)[https://github.com/visionmedia/express] apps.

It integrates the [everyauth](https://github.com/bnoguchi/everyauth) module
to help it take care of the routing and helpers. everyauth is a general
purpose npm module for authentication & authorization that can be used
independently of mongoose.

## Schema Decoration

As you add successive authorization strategies, mongoose-auth at a bare
Expand Down
2 changes: 1 addition & 1 deletion test/authplugin.test.js
@@ -1,7 +1,7 @@
var should = require('should')
, mongoose = require('mongoose')
, UserSchema = new mongoose.Schema()
, authPlugin = require('../index').authPlugin
, authPlugin = require('../index')
, User;

UserSchema.plugin(authPlugin, {
Expand Down

0 comments on commit b66ce18

Please sign in to comment.