I am writing a custom authentication system. I am adding "action" level
authentication.
How would I go about getting the current "action" in my login module?
I'm thinking something like this
currentAction = c.currentAction
if (currentAction in self.secureActionList)
redirect_to(controller="pageController", action"login")
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---