bnoguchi / mongoose-auth

User authentication plugin for mongoose nodejs orm
https://github.com/bnoguchi/mongoose-auth
740 stars 113 forks source link

Fixed to work with mongoose 3.x #118

Open panta opened 12 years ago

panta commented 12 years ago

It uses mongoose.Schema.Types (mongoose 3.x) when mongoose.SchemaTypes is not available.