I'm new for Taipy. I want to make a simple login process: the default page is login page, after login success, go to the main page. But only single page/multiple pages introduction on Taipy official document pages.
Is there any solution for replacement in Taipy?
You can see here a simple login example. Pages are already built and are not protected. You could use partials to change pages from empty to what they should look like to hide their content.
The mechanism of authentication, authorization, protected pages, and so on is directly integrated into Taipy Enterprise.