I plan to create a website using Oracle ApEX and have a question regarding security, authentication.
Most of the pages are going to be public to anyone, but some of them will require authentication. My question is that what is the guideline to handle this? If I enable an authentication scheme on application level then I guess each visitor will land directly on the login page when visiting the website, which is not good. I plan to place a login box in a region of the public pages, so users can login/register if they want.
Your help is much appreciated!