Hello,
I have read your other related post but had no direct clear answer for you. I wanted to verify a few things in the server core.
To get you on the same page, I give you a few guesses by me. These are not checked and not verified. So take them with caution.
- The security middleware might be responsible for analyzing the credentials.
- You might need to define the page as public
- It might be a good idea to define your custom middleware to check the credentials
- GitHub, code search or step debugging might be an option to get to the point where the core analyses the credentials.
- There are other options, you could have a look at: guest app
Here on the mobile phone, it is hard to inspect code die to the small display. Maybe I can look later into it once I am in front of a full monitor.
Christian