Skip to content

Instantly share code, notes, and snippets.

@BlueAccords
BlueAccords / node_acl_example.js
Created January 30, 2016 21:41 — forked from danwit/node_acl_example.js
Authorization with node_acl + mongo + express
/**
* Simple node_acl example with mongoDB and expressjs
*
* Usage:
* 1. Start this as server
* 2. Play with the resoures
*
* Show all permissions (as JSON)
* http://localhost:3500/info
*