Hi, Am I correct in understanding from the documentation that there is no event that occurs after authentication is performed but before a view is executed? I would prefer such an event fires even before authorization, although just anything between a view being called and authentication would be very helpful. The rationale for this event is any global request functionality that needs to be performed before a view is executed that requires knowing who the current user is. An example is something that logs a visit event taking into account the identity of the logged in user. Neither NewResponse nor BeforeRender are guaranteed to execute and logically such a logging event does not belong under either of them.
Nikita -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
