i did everything from the beginning and followed the guide in this link:
http://docs.appery.io/tutorials/build...
When Logout is success it should navigate me to the sign in screen, and thats working perfectly. But the problem is that i can still access any page within my app just by typing in the link my browser. Its not redericting me to the login page as it should.
this means that anybody who has a link to any other page in my app can access them without logging in.
To be specific, i need the app to only be accessible by logged in users. how can i do that?