On 12/6/06, Damjan <[EMAIL PROTECTED]> wrote:
>
> Exactly, but TurboGears needs to make use of it... for example the
> decorator:
> @identity.require(identity.in_group("admin"))
> would use the WSGI environ['REMOTE_USER'] to create a User object and
> check it's permissions..
>
>
> Also what about sessions? There are several interesting WSGI session
> middleware implementations alredy (supporting memcache for ex.). Will
> it be easy to plgug any of those in TG-2.0?
>

With 2.0 we will be using CherryPy 3 which has much better support for
WSGI.  I'm sure that these sorts of things will be implemented once
CP3 is properly integrated.


-- 
Lee McFadden

blog: http://www.splee.co.uk
work: http://fireflisystems.com
skype: fireflisystems

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to