On 10/31/05, Benoit Masson <[EMAIL PROTECTED]> wrote: > then I must have a python script with argument (image=myimage1) which > check authentification through identity, then check permission and > then send back a png, jpeg or whatever format. Is this possible ? How > would you guys do this ? This is close to building a secure photo > gallery with turbogears ...
There needs to be a way to query the identity system for whether a user has a given permission (probably in a context, but I haven't seen any mentions of context). There may be a mechanism now to do so, but I can't point you on the right path yet. (I changed the subject so maybe Jeff will notice.) Kevin

