[web2py] Re: SQLFORM.grid export and user_signature issue

2015-11-13 Thread Carlos Kitu
Thank you so much. Maybe this information should be included in the web2py book. Best regards El viernes, 13 de noviembre de 2015, 16:50:32 (UTC+1), Anthony escribió: > > The problem is that the grid does not include the query string when > hashing the URL to create the signature, but by default

[web2py] Re: SQLFORM.grid export and user_signature issue

2015-11-13 Thread Anthony
The problem is that the grid does not include the query string when hashing the URL to create the signature, but by default, @auth.requires_signature expects the query string to be included when hashing. As a result, the signature generated by the grid for the export download has the wrong sign