This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Pages behind login #10
Closed
Description
Scenario:
- A user is on the login page:
http://localhost/login
. - The user logins and gets forwarded to the internal page:
http://localhost/index
.
First of all the index page is private, it cannot be pre-rendered. Even if the index page is public, the page may be personalized after the login, hence, it must not be pre-rendered. Otherwise, the user will see the stale content.
How to handle such case?