On Tue, 2009-09-29 at 14:39 +0200, Aristotle Pagaltzis wrote:
> * monkey <dwuep...@gmail.com> [2009-09-29 14:35]:
> > Is there another way to do the above without having to write
> > the auth handling at the top of every method used to display
> > pages?
> 
> Chained dispatch. Do an auth check early in the chain, then the
> actions down the chain don’t need to do it.

Thanks, I was hopeing for something that wouldn't require adjusting the
existing methods I currently have. It may not be possible, but that's
what I was hoping for.

--
Derek Wueppelmann


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to