I have a slightly different version that does a "transparent"
authentication/authorization. By "transparent" I meant that there is no
redirect sent to user when authentication is required. WHenever user
tries to access protected action, authentication form is shown and user
gets stright to the action requested upon successfull login. The
difference is that instead of using login_url to send redirect to it
takes login_func callable that is called by permissions decorator if
authentication is required.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to