[Catalyst] Porting or not porting?
Boris Ćeranić
zextra at gmail.com
Mon Nov 20 10:40:57 GMT 2006
On 20/11/06, Thomas Klausner <domm at cpan.org> wrote:
> - I will need some very fine-grained access right controls (eg for
> downloading a single item). If there isn't a Cat-solution, can I still
> use my custom mod_perl handlers?
Catalyst will allow almost any kind of access rights control, be that
simple user/role kind, or (much) more complex ACL one (see links
below). Also, you are free to roll your own, or even use your custom
handler - it's all up to you and your needs.
http://search.cpan.org/~nuffin/Catalyst-Plugin-Authorization-Roles-0.05/lib/Catalyst/Plugin/Authorization/Roles.pm
http://search.cpan.org/~nuffin/Catalyst-Plugin-Authorization-ACL-0.08/lib/Catalyst/Plugin/Authorization/ACL.pm
More information about the Catalyst
mailing list