Open fabacab opened 9 years ago
This is also an issue on the logout link, by the way.
Also the login form.
Ooh, and when I manually enforce an HTTPS POST
to the login form, my login fails and I'm redirected back to the login page. This means it is not possible to securely log into the app even though the form pages are served over HTTPS.
On https://foodnb.herokuapp.com/auth/register the
<form>
'saction
attribute points at http://foodnb.herokuapp.com/auth/register when it should point to anhttps
address.