I am creating a multi-page administration interface for an internal enterprise software platform. Think of a lot of glue logic linking various APIs, db requests, and shell scripts.
We will use node.js, express framework (including jade patterns) and LDAP for authentication.
I'm struggling to find information on design patterns and authorization best practices in node applications. Preferably, I would like to use a role-based model, as my users are familiar with this approach and its care and nutrition.
I am new to node.js, so please do not assume that I have already seen a module or a popular blog post. There is probably a ton of information, and I just don't know where to look.
Thanks in advance for any information you can provide!
Dave Snigier Nov 24 '12 at 10:23 2012-11-24 22:23
source share