Security module with default user and without initial login

Hello.
I’m working in a project that consists of two main parts: a news portal, and a serie of administration apps.

When you enter the URL, the initial app is the news portal (it’s a dashboard with several sections where I show information stored in my database), which is of public access.
A menu within this portal allow to login as administrator, so the user could acces some apps that allow him to manage the portal.
The problem is that I don’t know how to do this, since in all examples of security module that I found, the login form is always the initial app of the project.
What I want is that by default the user enters the portal as GUEST without the need of a login, and that the login app can be later invoked to log in as administrator, to enable the menu and administration apps.
How can I enter without login form and with default operator? Can someone help me with this ?
Sorry my english.

Thank you very much.

Daniel

You do this when you deploy your project.

One of the steps in deployment is ‘What App Runs First?’ (I forget the exact Portu-glish phrasing) and you pick the app from the list. In your case, that would be your dashboard app. Your editor users will need to click a link or menu item to call your authentication app and, presumably, gain access to other apps.