Hi all: I have defined some roles and I need to assign the roles to the users in a dynamic way... I'm thinking in doing that in the __call__ method of the root object of my hierarchy, there I modify the Request to authenticate the user with X.509 certificates and change the user roles... I the correct way? A lot of thanks...