Security lack on signin error render
camfou opened this issue · 0 comments
camfou commented
Hi,
Line 66 in 325f639
In case of authenticator.dispatch error or missing user, we put the entire body as query string in the render attributes. Then in the signin.jade template we use it to create URLs
Line 44 in 325f639
In this case the password could appears in the URL. Even if SSL encrypt the qs, I don't think it's a good idea to keep the password after usage (referer leakage, browser history, proxy logs ...)!
Regards,
Camille