FlowUI - Anonymous landing page

Hello,

I’ve got a new project that requires anonymous root views for half of the application. I’m currently assessing the feasibility of using Jmix with FlowUI as a solution. In the case of this project, the initial view of the application should not route to /login, as the login view won’t be available by a link (just those who manually go to /login). Is this possible? If so, what should I search for in the documentation to learn about this?

Thanks in advance,
Adam

The Jmix 2.x documentation doesn’t seem to have an Anonymous UI section like Jmix 1.x, so unless there is any further information, Spring Boot may be the route to take instead of Jmix.

Hello,

Yes, you are right, for version Jmix 2.0 there is no page in the documentation about anonymous access to pages. There is a similar question on the forum, I have attached it below.

Forum:

Vaadin:

Regards,
Nikita

Thank you very much for the help. I apologize that I didn’t properly find this existing forum post.

Adam