Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt

Use this file to discover all available pages before exploring further.

Setup

This sub-variable can be used in the following way:
looop_on-logout=redirect
redirect=PATH_TO_PAGE

Example

Let’s say that we want to restrict users from accessing the orders page if they are not logged in. We can use the following code to redirect the user to the login page if they are not logged in.
looop_on-logout=redirect
redirect=/account/login