Great menu. How i implements login logout with this menu? look like. this m

Great menu. How i implements login logout with this menu? look like. this menu replace my init navigator.

In vaadin 8 you have to add an identifier to your ui so that the menu is not loaded but instead initialize your login view.
In Vaadin 10 you need a BeforeEnterObserver to then redirect the user.