Hello!
I have created 2 html pages and 2 GWT modules. The first page is a login page. If the login is successful, i open the second page with Window.Location.assign("URL"). I can still open the second webpage without logging in just by typing the correct URL in the browser.
How to prevent this second page from displaying if user is not logged in?