Go to file
Arpit Mohan 9a1ed9a17c Merge branch 'feature/auth-success-redirect' into 'release'
Redirect to the client's homepage on success of username password login

This has been done with the express purpose of ensuring that the session ID is set correctly in the browser by the client. This can only happen when there is a 302 redirect by the browser.

See merge request theappsmith/internal-tools-server!112
2019-12-12 09:46:38 +00:00
app/server On username + pwd auth success, we redirect the browser to the client's index page via the origin header. 2019-12-12 09:46:38 +00:00