Pinned Repositories
api-pagination
Pagination helper for APIs
hapi-auth-anonymous
Authentication strategy to support anonymous mobile users.
hapi-mongoose-db-connector
HAPI module that connects to the mongodb.
hapi-routes-status
Exposes a status route for your node.js/hapi projects.
hapi-routes-users
Exposes routes to add/remove/patch users using HAPI.
mongoose-identity-store
Mongoose Schemas and logic for identity management (users, oauth apps, that kind of stuff)
mongoose-oauth-store-multi-tenant
Backend functionality to implement an oauth provider. DO NOT USE YET.
mongoose-plugins-accessible-by
Adds an accessibility field to a mongoose schema to provide role based security.
mongoose-user-store-multi-tenant
Mongoose based backend store to manage users
node-api-facade
A library that simplifies the exposure of data through REST interfaces in a secure, scope dependent way. Basically transforms internal data into whatever a client of your API has the right to see.
codedoctor's Repositories
codedoctor/mongoose-plugins-accessible-by
Adds an accessibility field to a mongoose schema to provide role based security.
codedoctor/mongoose-identity-store
Mongoose Schemas and logic for identity management (users, oauth apps, that kind of stuff)
codedoctor/node-api-facade
A library that simplifies the exposure of data through REST interfaces in a secure, scope dependent way. Basically transforms internal data into whatever a client of your API has the right to see.
codedoctor/mongoose-plugins-delete-paranoid
Adds paranoid deletion to a mongoose schema
codedoctor/mongoose-plugins-tags-simple
Simple tag support for mongoose schema.
codedoctor/mongoose-plugins-timestamp
A simple timestamp plugin for mongoose.
codedoctor/codedoctor-co-dbstore
Database store for my codedoctor.co site.
codedoctor/codedoctor-therealestateshowbiz-map
Plugin for a client site.
codedoctor/mongoose-plugins-resource-limits
Adds a resource limit field to a mongoose schema.
codedoctor/node-identity-server-client
codedoctor/node-mongodb-errors
Some helpers to deal with validation and mongodb errors.
codedoctor/node-openerp2
codedoctor/node-route-active
A simple check to test if a route is active.
codedoctor/node-simple-paginator
Some paginator helper functions we use internally.
codedoctor/node-some-errors
This is a collection of node.js error classes that we use internally. If you need them, use them.
codedoctor/node-underscore-ext
Some little helpers that extend underscore.js. This repo targets node.js, not the client.