Hi, i have a Mendix app where i set several navigation items in the menu (Project explorer > Navigation). My problem is, that before the user is allowed to use the app he has to log in. His credentials are checked using a REST request. Only when he successfully logged in, he is allowed to access the menu items i defined. My problem now is , that on my login page, the menu items are already shown. However, they are supposed to be hidden when not logged in. Can somebody help me with this? First i thought i just create a login page without the menu but i coundlt manage to create a page where the menu is not shown. Is there a way, to dynamically hide/show the menu in a microflow? Thanks!
↧