EventGuard on Riaforge

Posted At : November 23, 2007 9:28 AM | Posted By : Mark Drew
Related Categories: coldfusion, model-glue, coldspring, EventGuard

Just a quick update that if you are interested in the EventGuard project, want to make some additions/modifications or even if you have found some bugs, I have just checked in the code and posted the zip over at the EventGuard Project page on RiaForge

Any feedback is appreciated!

Introducing EventGuard: Secure your events in Model-Glue

Posted At : November 22, 2007 6:26 PM | Posted By : Mark Drew
Related Categories: coldfusion, model-glue, coldspring, EventGuard

EventGuard is an Action Pack for the Model-Glue framework that allows you to secure your events based whether a user is logged in or using a user's assigned roles.

On a simple level, it allows you to define which event-handler you will use to carry out the login, and then put a list of event-handler names that you want to protect. EventGuard also allows to define which event-handlers you want to exclude in your security check so that you can perform a blanket wide inclusion using "*".

[More]