Hello,
When I add codeless logic at page enter to redirect notAuthenticatedUser to login page. Is the code executed on client side or server side ?
Is there another way to manage page security? A kind of security filter at backend level to define the pages that a user role has the right to access otherwise the user is redirected.
Thanks in advance for your answer.