:navigation-title: security.ifAuthenticated .. include:: /Includes.rst.txt .. _typo3-fluid-security-ifauthenticated: ================================================================== Security.ifAuthenticated ViewHelper `` ================================================================== .. typo3:viewhelper:: security.ifAuthenticated :source: ../../Global.json :display: tags,description,gitHubLink,arguments .. _typo3-fluid-security-ifauthenticated-example: Examples ======== Basic usage ----------- :: This is being shown whenever a FE user is logged in Everything inside the :html:`` tag is being displayed if current frontend user is authenticated. IfAuthenticated / then / else ----------------------------- :: This is being shown in case you have access. This is being displayed in case you do not have access. Everything inside the :html:`` tag is displayed if frontend user is authenticated. Otherwise, everything inside the :html:`` tag is displayed.