Hello i send this link to a user http://domain.pt/fileit/events/list?_signature=xxx2edb30xxx39dbb8996911ed4d210dd96c1141
The controller events\list is @auth.requires(lambda: URL.verify(request, hmac_key='%s%s' % (secret, auth.user_id))) def list(): The user clicks on the link and gets redirected to login. but its written in the url as shown in the pic. The signature is lost [image: Imagem inline 1] and after loggin in, it redirects again to the login page because it cannot verify the signature. How can i solve this? Regards António -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

