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