Dash app tabs & logins

Hi, I’m hoping to set up a Dash application with two tabs and using the dash-auth package for authentication, but I only want the authentication in effect for the second tab. In other words, I would like the user to have access to tab one with no authentication, but require authentication to switch to tab two. Is this possible?
Thanks!