When using the Logout action from the WeWeb Token Auth Plugin user's are not kicked off the private page

It seems to me that the private page setting should kick into effect when a user is logged out, similarly as if they landed on the page when not logged in.

Gif showing the user being logged out as the email and isAuthentciated changes, however is not kicked off the page.

CleanShot 2023-08-15 at 11.42.57

Hi @raae :wave:

You can achieve that result by having a change page action after the logout action in the workflow. Then if the user tries to access the private page url again, they won’t be able to.

The check on the user happens when the user tries to access a page so if a user is already on a page, the check isn’t made and therefore the user is not “kicked out”.