[Catalyst] fine Authentication
Jose Nyimi
josenyimi at skynet.be
Sat Jul 23 17:47:31 CEST 2005
> -----Message d'origine-----
> De : catalyst-bounces at lists.rawmode.org
> [mailto:catalyst-bounces at lists.rawmode.org] De la part de
> luke saunders
> Envoyé : samedi 23 juillet 2005 13:35
> À : Vlad Bazon; The elegant MVC web framework
> Objet : Re: [Catalyst] fine Authentication
>
>
> The best way to do this this type of fine grained
> authentication is to write a plugin which watches where the
> users are going within the controllers and forwards the
> request elsewhere if necessary (to /page/denied for example).
> To do this I wrote a plugin which overloads the execute
> method of Catalyst::Engine and makes the checks before the
> action is executed. This is better than having the
> controllers 'ask' some authenticator if user x is allowed
> access to that action.
>
> If you're interested I can email you the code but not until
> Tuesday as I won't have access to it until then.
>
Yep, interesting, please share to me as well !
Or just share to the list if possible ;)
Rgds,
José.
More information about the Catalyst
mailing list