Re: Coldbox plugins vs interceptors for user management

2009-10-03 Thread Vineet Mangal
Thanks Glyn. I think interceptors make more sense. I do want this user management feature to be reusable across different Coldbox applications. I feel that there aren't any CF frameworks or apps out there(that I know of anyway) with a solid (role and feature based per website) user management

Re: Coldbox plugins vs interceptors for user management

2009-10-03 Thread s. isaac dealey
I feel that there aren't any CF frameworks or apps out there(that I know of anyway) with a solid (role and feature based per website) user management built in so figured I will try to put one together. You might take a look at the onTap framework's Members onTap plugin. I wrote an article

Re: Coldbox plugins vs interceptors for user management

2009-10-02 Thread Glyn Jackson
Interceptors make requests in specific execution points in which it can process, pre-process, post-process and redirect requests, perfect for security! Think of interceptors as listeners to any request in your application.

Coldbox plugins vs interceptors for user management

2009-10-01 Thread Vineet Mangal
Hi, I am new to Coldbox and come from a Fusebox 4 / Reactor ORM background. I really like Coldbox and am considering building a role based user management system that can be ported from one Coldbox app to another. In version 3.0 beta of Coldbox sample apps there is a sampleloginapp which uses